Tue 6 Jun 2006
Install shoutcast server.
How do we install shoutcast?
Generally you dont want to run shoutcast as root as that can be really bad. so we create a shoutcast user:
1.) Login to root
2.) adduser shoutcast
3.) passwd shoutcast
Now it will ask for a new password set this and remember it.
Now login as the new shoutcast user.
Installing shoutcast:
Lets take shoutcast from nullsoft:
wget http://www.shoutcast.com/downloads/s…-glibc6.tar.gz
extract shoutcast:
tar -zxvf shoutcast-1-9-2-linux-glibc6.tar.gz
rm -rf shoutcast-1-9-2-linux-glibc6.tar.gz
mv shoutcast-1-9-2-linux-glibc6 shoutcast
cd shoutcast
How to configure shoutcast?
your going to want to edit the shoutcast configuration.
pico sc_serv.conf
or
nano sc_serv.conf
MaxUser
Password
PortBase
uncomment AdminPassword and set an admin password.
Now at this point you can go threw the settings and change them to what you want or you can save and start shoutcast and it will work perfectly.
to save crtl+x
How do i start shoutcast?
./sc_serv sc_serv.conf
4 Responses to “How to install shoutcast”
Leave a Reply
You must be logged in to post a comment.



















June 7th, 2006 at 10:06 am
Thanks for sharing it.
Its a nice step by step procedure to install shoutcast.
June 7th, 2006 at 11:51 am
For window XP machine- When you install Shoutcast with the default settings (just keep hitting next without changing anything until it finishes), all files will be placed under C:\Program Files\SHOUTcast and before you can use Shoutcast, you have to configure it for your needs.
January 29th, 2007 at 4:45 pm
you can use a command like this to keep it up even when you exit ssh ..
screen -AmdS shoutcast ./sc_serv sc_serv.conf
January 27th, 2008 at 8:48 pm
How I can stop de shoutcast? Its possible run more de one shoutcast in the same server?