Installation
Install the Southactyl panel on a Linux server.
Installation
Install Southactyl using the same base workflow as Pterodactyl Panel v1, adapted for the Southactyl
This guide installs the panel only. Wings or node setup belongs in a separate guide.
Installation sections
Follow these files in order:
- Getting Started
- Requirements
- Install dependencies
- Download Southactyl
- Create the database
- Configure the application
- Run migrations and create an admin
- Set permissions
- Configure scheduler and queue worker
- Configure HTTPS and NGINX
- Verify and troubleshoot
Placeholders used in these docs
Replace these before running commands:
| Placeholder | Replace with |
|---|---|
panel.example.com | Your Southactyl panel domain |
change_me_securely | A strong database password |
/var/www/southactyl | Your panel install path, if different |
Target stack used in the examples
These docs use:
- Ubuntu
- NGINX
- PHP
8.3 - MariaDB
- Redis
- Composer v2
Other Linux distributions work, but package names, service names, and web server users may differ.