Useful Sonic Panel Commands

Sonic Panel Usful commands:

Must be logged in as root to SSH:

  1. Starting Sonic Panel Service:

    bash
    systemctl start sonic
  2. Stopping Sonic Panel Service:

    bash
    systemctl stop sonic
  3. Restarting Sonic Panel Service:

    bash
    systemctl restart sonic
  4. Checking Sonic Panel Service Status:

    bash
    systemctl status sonic
  5. Viewing Sonic Panel Logs:

    • Main log:
      bash
      tail -f /var/log/sonic.log
    • Web log:
      bash
      tail -f /var/log/sonic/sonic-web.log
  6. 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
  7. 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):
      bash
      sonic service start service-name
  8. Checking Sonic Panel Version:

    bash
    sonic 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.

  • Sonic Panel Commands, Linux Commands, Server Administration, Service Control, Service Monitoring, System Logs, Hosting Control Panel, Logging, Hosting Management, Sonic Panel Management, Sonic Panel Tips, Server Maintenance, Control Panel, Server Updates
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Upgrading Media CP

Update Media Control Panel Login to your SSH server as root and run the following command:...

Useful MediaCP Commands

Useful commands for managing MediaCP:MUST CONNECT TO SSH USING ROOT...

Useful MediaCP Commands

Useful Commands for managing MediaCP Must be Logged in SSH as root to Use Commands, Starting...

Getting Started with Sonic Panel

Getting Started with Sonic Panel: A Comprehensive Guide Sonic Panel offers a...

Useful Everest Panel Command

Viewing EverestPanel Logs: Main log: bashCopy code tail -f /var/log/everestpanel.log...