- AzuraCast free and open-source, self-hosted web radio station
- Install Paid SSL on Centova Cast
- Install LetsEncrypt Free SSL on Centova Cast
- CentovaCast Enable SSL on icecast
- CentovaCast Enable SSL for shoutcast
- Manually run icecast on CentovaCast server
- Upgrade CentovaCast
- CentovaCast change MySQL password
mp3 files stored in folder
/usr/local/centovacast/var/vhosts/USER/var/spool/media/
Login url
http://IP_ADDR_OR_DOMAIN:2199
When user connect with FTP, he will see files from folder /usr/local/centovacast/var/vhosts/USER/var/spool/
On a CentovaCast server, SSL did not work for streams, but worked for the main domain, this happend after license got suspended. To resolve, i did following
cat /usr/local/centovacast/etc/ssl/certificates/DOMAIN.TLD.pem > /usr/local/centovacast/var/vhosts/USER/etc/ssl/fullchain.pem
cat /usr/local/centovacast/etc/ssl/certificates/DOMAIN.TLD.key > /usr/local/centovacast/var/vhosts/USER/etc/ssl/private.key
Once this is done, stopped and started the stream from the panel.
Leave a Reply