Sonic Panel Usful commands:
Must be logged in as root to SSH:
-
Starting Sonic Panel Service:
bashsystemctl start sonic
-
Stopping Sonic Panel Service:
bashsystemctl stop sonic
-
Restarting Sonic Panel Service:
bashsystemctl restart sonic
-
Checking Sonic Panel Service Status:
bashsystemctl status sonic
-
Viewing Sonic Panel Logs:
- Main log:
bash
tail -f /var/log/sonic.log
- Web log:
bash
tail -f /var/log/sonic/sonic-web.log
- Main log:
-
Updating Sonic Panel (example):
- Download new version (replace URL with actual URL):
bash
wget https://example.com/sonic-latest.tar.gz
- Extract the archive:
bash
tar -xzvf sonic-latest.tar.gz
- Stop current Sonic Panel:
bash
systemctl stop sonic
- Replace old files with new files and update configurations.
- Start updated Sonic Panel:
bash
systemctl start sonic
- Download new version (replace URL with actual URL):
-
Managing Sonic Panel Services:
- List all services managed by Sonic Panel:
bash
sonic services
- Start, stop, or restart specific service (replace
service-name
with actual service name):bashsonic service start service-name
- List all services managed by Sonic Panel:
-
Checking Sonic Panel Version:
bashsonic version
These commands should help you manage various aspects of your Sonic Panel installation. Always consult official documentation and resources for the most accurate and up-to-date information regarding Sonic Panel commands and usage.