Standalone Mode
Use this if you run panel directly without Nginx/Apache in front.
Reference template: panel/conf/standalone.conf
cd /path/to/cpanel/panel
npm start
Then expose the configured `APP_PORT` on firewall/router if access is external.
For production, reverse proxy + TLS is strongly recommended.
