Common Issues
Panel starts but migrations/features fail
cd /path/to/cpanel/panel
npm run upgrade-db
Connector does not authenticate
- Check `connector.id` + `connector.token` match connector record in panel.
- Check `panel.url` and allowed origins in connector config.
- After token regenerate in panel, restart connector-go with new token.
SFTP works for some servers only
- Ensure server is not suspended (SFTP auth can be denied by panel logic).
- Confirm `VOLUMES_PATH` and `sftp.directory` point to real server volumes path.
Port reachable from host but not external
- Verify provider firewall/security-group rules, not only local UFW rules.
- Verify allocation IP/port mapping and docker port bind in container inspect.