Install

Get AstraCP running on your server.

Pick whichever method is easier for you. Both install the same panel.

Option 1

Download and run

Download the install script, then run it as root. It sets up Nginx, PHP, and the Python dependency manager for you.

curl -O https://wsplash.net/astra.sh
chmod +x astra.sh
./astra.sh
Option 2

Fetch it directly

Already have a copy of curl or wget open? Grab the script straight from this domain and pipe it into bash.

bash <(curl -s https://wsplash.net/astra.sh)

Before you install

What the script does