Skip to main content
Version: 2.0.11

How to Install OpenPanel with Cloud-Init (User Data)

Use the following cloud-init YAML configuration to automatically install OpenPanel on your server during first boot:

#cloud-config
packages:
- curl
- lsb-release
- gnupg

runcmd:
- curl -fsSL https://openpanel.org/ | bash