Package Manager
Repository Installation
Manual Installation
Managed Installation
Service Management
For Linux systems with systemd, usually the installation already includes a sing-box service,
you can manage the service using the following command:
| Operation |
Command |
| Enable |
sudo systemctl enable sing-box |
| Disable |
sudo systemctl disable sing-box |
| Start |
sudo systemctl start sing-box |
| Stop |
sudo systemctl stop sing-box |
| Kill |
sudo systemctl kill sing-box |
| Restart |
sudo systemctl restart sing-box |
| Logs |
sudo journalctl -u sing-box --output cat -e |
| New Logs |
sudo journalctl -u sing-box --output cat -f |