🎉 Use code ORDER25K to get 25% OFF all orders! 🎉

Useful Everest Panel Command Print

  • 0

  1. Viewing EverestPanel Logs:

    • Main log:
      bashCopy code
      tail -f /var/log/everestpanel.log
    • Web log:
      bashCopy code
      tail -f /var/log/everestpanel/everestpanel-web.log
  2. Updating EverestPanel (example):

    • everestpanel update
  3. Managing EverestPanel Services:

    • List all services managed by EverestPanel:
      bashCopy code
      everestpanel services
    • Start, stop, or restart specific service (replace service-name with actual service name):
      bashCopy code
      everestpanel service start service-name
  4. Checking EverestPanel Version:

    bashCopy code
    everestpanel version

 


Was this answer helpful?
« Back