As a stand-alone software, MediaCP does not require to install Apache, PHP or MySQL. Upon the installation, the system automatically configures required packages via YUM and APT-GET. MediaCP will be by default installed in /usr/local/mediacp and can be accessed using port 2000.

 

MediaCP 2.2 is compatible only with CentOS 7, Debian 8, Debian 9 and Debian 10. HTTPS / SSL will attempt to be automatically be installed and requires that port 80 be available to your server.

 

Requirements:

  • MediaCP License Key
  • The domain name that you wish to install our software upon.
  • If you intend to use Wowza Streaming Engine or Flussonic Media Server, you will require a license from either www.wowza.com or www.flussonic.com

 

Procedure:

1. Login to your server as root. 

2. Run the following in SSH to begin the installation.

 

Select the release branch you would like to install below then copy and paste the line into SSH to begin the installation.

 

LTS / Stable Release

cd /root;rm -f init;wget http://install.mediacp.net/scripts/init;chmod +x init;./init;

 

CURRENT / Unstable Release

cd /root;rm -f init;wget http://install.mediacp.net/scripts/init;chmod +x init;./init current;

 

On successful installation, you can access from http://[your-domain]:2000/.

Was this answer helpful? 0 Users Found This Useful (0 Votes)