Installation
File Permissions
Set correct ownership for the Southactyl panel files.
File permissions
The web server user must own the panel files.
Debian or Ubuntu
For NGINX, Apache, or Caddy:
Terminal
chown -R www-data:www-data /var/www/southactyl/*
Rocky, AlmaLinux, or RHEL with NGINX
Terminal
chown -R nginx:nginx /var/www/southactyl/*
Rocky, AlmaLinux, or RHEL with Apache
Terminal
chown -R apache:apache /var/www/southactyl/*
Verify ownership
Terminal
ls -lah /var/www/southactyl
ls -lah /var/www/southactyl/storage
If the panel shows a blank page or 500 error later, bad permissions are one of the first things to check.