Centova Cast is a popular control panel designed for online radio streaming. It allows you to manage and broadcast your radio station. Here are some common commands you might use to manage Centova Cast on a Linux server:
-
Starting Centova Cast Service:
bashsystemctl start centovacast
-
Stopping Centova Cast Service:
bashsystemctl stop centovacast
-
Restarting Centova Cast Service:
bashsystemctl restart centovacast
-
Checking Centova Cast Service Status:
bashsystemctl status centovacast
-
Viewing Centova Cast Logs:
- Main log:
bash
tail -f /home/centovacast/system/logs/centovacast.log
- Stream log:
bash
tail -f /home/centovacast/srv/username/logs/stream.log
- Main log:
-
Updating Centova Cast:
- Download and extract the update package provided by Centova Cast.
- Backup your configuration files before updating.
- Replace the old files with the new files from the update.
- Restart Centova Cast service.
-
Creating a New Stream:
- Use Centova Cast's web interface to create a new stream.
-
Starting and Stopping Streams:
- Use Centova Cast's web interface to start and stop individual streams.
-
Managing AutoDJ:
- Use Centova Cast's web interface to upload media for AutoDJ and manage playlists.
-
Scheduling Playlists:
- Set up playlist schedules using Centova Cast's scheduling features.
-
Managing Server Settings:
- Use Centova Cast's web interface to configure server settings, stream bitrates, and more.
-
User and Access Management:
- Create and manage user accounts with varying access levels through the Centova Cast interface.
-
Backup and Restore:
- Centova Cast provides options to create backups of your configuration and data.
-
Generating Listener Statistics:
- Use Centova Cast's web interface to generate listener statistics and reports.
Remember that these commands and actions might vary slightly depending on the version of Centova Cast you are using.
<strong>Always refer to Centova Cast's official documentation for the most accurate and up-to-date information regarding managing Centova Cast on your Linux server.