Useful MediaCP Commands Print

  • 0

Useful commands for managing MediaCP:

MUST CONNECT TO SSH USING ROOT

  1. Starting MediaCP Service:

    bashCopy code
    systemctl start mediacp
  2. Stopping MediaCP Service:

    bashCopy code
    systemctl stop mediacp
  3. Restarting MediaCP Service:

    bashCopy code
    systemctl restart mediacp
  4. Checking MediaCP Service Status:

    bashCopy code
    systemctl status mediacp
  5. Viewing MediaCP Logs:

    • Main log:
      bashCopy code
      tail -f /var/log/mediacp.log
    • Web log:
      bashCopy code
      tail -f /var/log/mediacp/mediacp-web.log
  6. Updating MediaCP (example):

    • Download new version (replace URL with actual URL):
      bashCopy code
      wget https://example.com/mediacp-latest.tar.gz
    • Extract the archive:
      bashCopy code
      tar -xzvf mediacp-latest.tar.gz
    • Stop current MediaCP:
      bashCopy code
      systemctl stop mediacp
    • Replace old files with new files and update configurations.
    • Start updated MediaCP:
      bashCopy code
      systemctl start mediacp
  7. Managing MediaCP Services:

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

    bashCopy code
    mediacp version

These commands should help you manage various aspects of your MediaCP installation. Always consult official documentation and resources for the most accurate and up-to-date information regarding MediaCP commands and usage.

 
 
 
R

Was this answer helpful?

Still need help?

If this article did not fully answer your question, contact Online Audience for support, setup help or account assistance.

Live Chat
Live Chat

Fast help from our support team during available support hours.

Open live chat
WhatsApp
WhatsApp

Message us for sales questions, quick support and project discussions.

Message us
Open Ticket
Open Ticket

Best for support, setup help, account requests and service changes.

Open support ticket
« Back
Ticket WhatsApp Client Area