Bukkit on a linux dedicate server

Discussion in 'Bukkit Help' started by mantalo, Jun 10, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    mantalo

    Hi!

    For my 1st thread, I need your help. I'm a beginner with dedicates host and I wanna install bukkit on it. (Moreover I use Windows usually)

    I have looked several forums, several videos but I didn't find a real tutorial: "How to install Bukkit on a clear linux dedicate server."

    Indeed, I don't know which commands I must write in the SSH tool etc...

    Java is already install.

    Thanks already for your help ;)

    Mantalo
     
  2. Offline

    vapid2323

    Install Ubuntu 10.10

    Follow the below steps
    http://www.usefuljaja.com/2007/4/ubuntu-setup-page-1

    Then

    Step 1 - Install Java
    1.1 - sudo apt-get install python-software-properties
    1.2 - sudo add-apt-repository ppa:sun-java-community-team/sun-java6
    1.3 - sudo apt-get update
    1.4 - sudo apt-get install sun-java6-jdk
    1.5 - sudo update-java-alternatives -s java-6-sun

    Step 2 - Install mono
    2 - sudo apt-get install libmono-system-web2.0-cil libmono-i18n2.0-cil

    I used:
    WinSCP - http://winscp.net/eng/index.php
    PuTTY - http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html


    Run your start-up script
     
  3. Offline

    mantalo

    thanks for the reply
    But which start-up script ?
     
  4. Offline

    Diamondo25

  5. Offline

    Zaros

    Bah, use Natty. It maybe beta, but it runs a lot better than 10.10 imo.
     
  6. Offline

    Sekonda

    I use CentOS, but I haven't tried an Ubuntu server.
     
  7. Offline

    vapid2323

    Sorry Mono was
    Sorry Mono was because of MCMA, I use it to manage my server and was not really thinking about it when i posted :)
     
  8. Offline

    mantalo

    In fact. When i have just craftbukkit...jar i use the
    "java -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar"

    When files are created and the process is launch. The server works.

    But the problem comes when I wanna reload the server. Indeed After the reload, the process is here but when I want to connect me in the game, I have a "impossible connect" message.

    can you help me ?
     
  9. Offline

    mantalo

    I Have more informations.

    Code:
    nohup java -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui 
    works, but I need to keep the ssh connection open but
    Code:
    nohup java -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui &
    don't work "Connection failed - connection refused - connect"
     
Thread Status:
Not open for further replies.

Share This Page