How To Install Shoutcast Server On Linux
How To Install Shoutcast Server On Linux
Installation Procedure
Assumptions:
A. SHOUTcast application runs on a server connected to the Internet.
You may use shared or dedicated server for hosting Internet Radio
(SHOUTcast) application, and allow others to connect to it by an IP or
domain name.
B. With security consideration, SHOUTcast server will be run by a
Linux user (except for root). Running the SHOUTcast as a regular Linux
user will tighten the server security considerably.
application.
Code:
bash# adduser -c "Shoutcast User" shoutcast
bash# passwd shoutcast