MediaCP Video

MediaCP Video is our  comprehensive video streaming engine with Live Streaming, Video on Demand, Relay, and TV Station capabilities, included free with every MediaCP panel. This powerful engine features advanced functionality including referrer validation and automatic recording capabilities. MediaCP Video provides content creators with a complete, built-in streaming solution that’s recommended for all video delivery […]

FTP Troubleshooting

I cannot connect or upload to the FTP service FTP connection issues are almost always firewall related. You should triple check that ports 2121 and the range 50000-51000 is allowed in your firewall. Check status of MediaCP ftp service. If its running then 9/10 times its going to be a network related issue (inc. firewall) […]

Move media to another hard disk

It is recommended that you move the content directory to another disk drive and create a symbolic link to the new location. Please do not create a link of the entire /usr/local/mediacp directory, ONLY the /usr/local/mediacp/content. 1. Stop the entire MediaCP service and video services to prevent writes to the content path systemctl stop mediacp; […]

Change MediaCP domain name

It is possible to change the domain name of the MediaCP by following the procedures below. Firstly, disable AutoSSL on the entire panel by running the following in SSH: /root/init autossl-disable Delete the letsencrypt folder to ensure there are no issues when reinstalling your new certificate: rm -rf /usr/local/mediacp/letsencrypt/ /usr/local/mediacp/letsencrypt.disabled/; Login to MediaCP at http://your-domain:2020/ […]

Troubleshooting Wowza Streaming Engine

Many integration issues can be solved by Reconfiguring the MediaCP Integration, which will automatically validate and configure Wowza Streaming Engine to work with the MediaCP Software. Read more about how the integration works. MediaCP provides an interface and some additional features on top of Wowza Streaming Engine. You should consider whether the problem is the […]

Migrate From Centovacast

Why not have our experts migrate your data for you? Our team will transfer all aspects of your CentovaCast installation to your MediaCP. Order Migration Service Service It is possible to migrate CentovaCast accounts into MediaCP. Our migration script will transfer all aspects of your CentovaCast installation including: Stream accounts with stream password, admin password […]

MediaCP System Commands

Core Application The core MediaCP application is managed by your systems service manager (systemd) so it is possible to use standard commands to manage the application. systemctl status mediacp; # Provides status of entire mediacp suite systemctl restart mediacp; # Restarts application services (nginx, php, mysql, redis, queue) systemclt stop mediacp; # Stops application services […]

Grant access to support team

The following commands will allow SSH login to our support team and automatically create or enable the “MediaCP Support” account in the panel. 1. Firewall Please whitelist the following IPs in your server: 144.202.50.206 172.105.179.44 The IP belongs to a secure VPS used to remotely access your system by our support team. 2. Install SSH […]

Port 80 / 443 Proxy

The Media Control Panel supports native port 80 and 443 stream proxy for Shoutcast and Icecast services only. The port 80/443 proxy is enabled by default on MediaCP 2.15+ if the ports are available. Port 80/443 Proxy allows the use of the default web ports 80 and 443 for listening to stations, which provides better […]

Reset Admin Password

You can reset your MediaCP administrative password using our setup utility. Instructions Login to SSH as root Run the following to launch the setup utility: /root/init –reset-admin Your password will now be reset to a randomly generated string and displayed to you on screen.