If you already have our Internet Radio Platform installed and you want to update it to the latest version, just run the update command in the server terminal by connecting via SSH:
Linux/MacOS:
To connect to the server, run ssh in the terminal
Run this command in your terminal to connect to the server: ssh root@your-server-ip
and provide your password when asked:
Windows and Putty:
After installing Putty, you must enter the server’s IP address on the home screen:
When you click the Open button, you will be prompted for the username: enter root
and your password :
Further commands in the terminal are the same and do not depend on your operating system.
The update script:
Run the following command in your terminal:
bash <(curl -s https://streaming.center/dist/update.sh)
The update is fully automatic, the script does not ask any additional questions, if an error occurs during the update, the script will report it. The update script also re-generates configuration files and performs other technical checks on the server, so if for any reason you have problems with our Platform, the update script can try to fix them.