how do you setup shoutcast on your own linux server

how do you setup shoutcast on your own linux server
You need shell.
Upload the zip into your home/root folder. Then press Extract File Contents, then rename the dir to "radio".
Go into the radio dir and edit the config (sc_serv.conf)
You only need to edit
Okay now open your shell program (download.com or use cpanels one called "SSH/Shell Access" on your main cpanel page)Code:MaxUser=32 Password=changeme PortBase=8000
Log into it using your details and type
Once you have done that type inCode:cd /home/username/radio/
Now use your servers IP address and the details you entered in the config to login to winamp (Password and port)!Code:./sc_serv
Enjoy
For updated version see
http://habboxforum.com/showthread.ph...24#post1480224
Last edited by Luckyrare; 10-03-2006 at 10:00 PM.
Better way:
wget
http://www.shoutcast.com/downloads/s...-glibc6.tar.gz
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
Then open up sc_serv.conf and edit: MaxUser, Password, and BasePort. Also uncomment admin pass and put a diffrent password in there. Save and upload the file.
To run shoutcast type:
./sc_serv sc_serv.conf
Also to keep the shoutcast server up and running make a cron job for about evey 5 mins:
#!/bin/bash
if [ "`/sbin/pidof /pathtoscservdir/sc_serv`" == "" ]; then
nohup /pathtoscservdir/sc_serv /pathtoscservdir/sc_serv.conf &
fi
Replace /pathtoscservdir with the path to your shoutcast folder.
Perl 0.o
i've done that but it won't accept my admin pass
Have you got shell/perl?
yes i have
danny the shoutcast is on ur reseller maybe you could help
Lol I fixed the problem, he forgot to uncomment the admin pass. Still need to restart the shoutcast though..
Want to hide these adverts? Register an account for free!