installing shoutcast on vps

Discussion in 'Web Hosting' started by freewebworld, Sep 30, 2010.

  1. #1
    does anyone know how to do this?
     
    freewebworld, Sep 30, 2010 IP
  2. travelmate

    travelmate Active Member

    Messages:
    273
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    Your VPS is Centos ? If yes this is the way:

    Setting up shoutcast on the server is pretty easy.
    im guessing that this is a linux server

    ssh into the server:

    1. (download shoutcast files to server)
    wget http://www.shoutcast.com/downloads/s...-glibc6.tar.gz

    2. (untar files)
    tar -zxvf shoutcast-1-9-5-linux-glibc6.tar.gz

    3. (rename folder)
    mv shoutcast-1-9-5-linux-glibc6 shoutcast

    4.(remove downloaded file)
    rm shoutcast-1-9-5-linux-glibc6.tar.gz

    5. now you could either ftp into ur server and config sc_serv.conf or use shell editor (pico or nano) depending on the whats install on the box

    pico sc_serv.conf
    or
    nano sc_serv.conf

    6. (edit config)
    Edit sc_serv.conf file as needed
    maxuser
    password
    port

    remore the ; infront of adminpassword and set a password

    7. (save config)
    ctrl-x to save and exit the editor

    8.(start the server)
    ./sc_serv sc_serv.conf
     
    travelmate, Oct 7, 2010 IP
  3. WebIntellects - Rob

    WebIntellects - Rob Active Member

    Messages:
    689
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I would recommend you asking your current web hosting company to help with installation if you have no idea how to do that.
     
    WebIntellects - Rob, Oct 8, 2010 IP