Reinstall Core Components

In some cases you may want to reinstall core MediaCP components. You can do this by deleting the related version file and running the upgrade script. Removing version files can be done with the rm command, it is important that you are very careful when using this command as you can easily delete entire directories resulting in data loss.

You can find all of the version files in the /usr/local/mediacp/versions/ directory. Deleting the version file for the compontent will result in the upgrade script reinstalling the component. 

root@localhost:~# ls /usr/local/mediacp/versions/
ffmpeg ices mysql php_customini WowzaStreamingEngine flussonic ices20 nginx proftpd geoip ioncube nginx-rtmp redis icecast liquidsoap nginx_status release_branch icecastkh mediacp php scfiles

Here are some example steps for reinstalling icecast, you can :

  1. Connect to your server as root via SSH
  2. Remove the Icecast version file
    rm -f /usr/local/mediacp/versions/icecast;
  3. Run the upgrade script to reinstall Icecast
    /root/init upgrade;
  • 14050 Users Found This Useful
Was this answer helpful?

Related Articles

There is not enough space on this disk to backup the MediaCP and contents

While performing a backup (either automatic or manual) you may encounter the error message below:...

Differences between MB, GB and MiB, GiB

MediaCP uses a digital metric of units when referring to data size. In this case 1 (GB) Gigabyte...

OpenVZ virtualization

During the installation or upgrade of MediaCP you might receive the following notice: ERROR:...

Upgrade MySQL database from 5.6 to 8.0

There is a significant performance advantage by upgrading the MySQL service running on the...

Unable to access MediaCP on port 2020

There are typically only two reasons why the Media Control Panel is inaccessible: The mediacp...