1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  3. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Linux how to setup server on linux ?

Discussion in 'Server Help' started by ThailandGamemingGold, Apr 1, 2014.

  1. ThailandGamemingGold

    ThailandGamemingGold Ballista Bolt Thrower

    Messages:
    27
    im download server softwere from kag2d.com

    and extrac then open dedicatedserver.sh no anything show up i try open with terminal when terminal show up

    server will auto update when update succesfuly terminal will close

    help plz !!! :QQ:
     
  2. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    Which distro do you have?

    For ubuntu, type this in terminal :
    su && apt-get update && apt-get install ia32-libs && wget http://dl.kag2d.com/kagbeta-linux32-dedicated.tar.gz && tar-zxf kagbeta-linux32-dedicated.tar.gz && cd kagbeta-linux32-dedicated && chmod +x ./KAGdedi && chmod +x ./dedicatedserver.sh && ./dedicatedserver.sh

    That'd do all the job. You might do some stuff that the terminal will ask.