Installation Notes
Please review System Requirements before installing the Media Control Panel software on your system.
- The MediaCP is a stand-alone software and does not require you to install Apache, PHP or MySQL.
- The installation script will automatically install required system packages via YUM and APT-GET.
- The MediaCP will be installed in /usr/local/mediacp and accessible on port 2020 from http://[your-domain]:2020/
- HTTPS / SSL will attempt to be automatically be installed and requires that port 80 be available to your server.
You will need to have ready the following information ready before starting the installation:
- 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
Begin Installation
1. Login to your server as root
It is required that you login to the server as a root user to install the Media Control Panel.
2. Complete all operating system updates
Ensure all O/S updates are completed using the systems package manager either apt or yum.
- CentOS/AlmaLinux:
yum -y update;
- Debian/Ubuntu:
apt -y update && apt -y upgrade;
3. 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 installation.
The Stable release tier receives stability updates for the most stable version of the MediaCp. Updates have been publicly tested as well as passed internal automated testing procedures. This is recommended for most customers.
su -c "$(curl -sSL http://install.mediacp.net)"
The Latest release tier receives the latest feature updates and is updated regularly, usually ever 2-3 weeks. Updates are tested internally by our automated testing procedures before being released.
su -c "$(curl -sSL http://install.mediacp.net) latest"
The LTS release tier receives the least amount of updates and will receive mostly only critical bug and security patches. This release tier will receive new major version updates from the Stable branch roughly once every 4 months.
su -c "$(curl -sSL http://install.mediacp.net) lts"