Supervisor
1 Installation¶
1. Install EPEL repository
yum install -y epel-release
2. Install supervisor
yum install -y supervisor
3. Start supervisord
systemctl start supervisord
4. Enable on boot
systemctl enable supervisord
5. Check status
systemctl status supervisord
Install supervisor
sudo apt-get install supervisor
Supervisor starts automatically after installation.
2 Initialization¶
Initialization is required on first use to set the configuration path and service name.
If the service name or configuration changes later, you can reinitialize on the settings page.
3 Create Process¶
Click Create Daemon, fill in the parameters, and confirm.
4 Daemon Management¶
You can manage daemons on the list page: start, stop, restart, view logs, edit, delete, modify source files, etc.
5 Supervisor Management¶
On the Supervisor status bar, you can restart/stop the Supervisor service, view logs, edit configuration, etc.
Take 1Panel Further
Running 1Panel OSS? Pro Edition adds WAF protection, unlimited AI agents, multi-node management, and priority support — starting at $80/year.


