Install Xeams on Debian

Install Xeams on Debian

Introduction

This is quite simple. Just follow the guide from Xeams themselves and you will be able to get it up and running in no time. Below is an excerpt I use to set up my own

How to

  1. Install the latest Debian (x64) on your server
  2. Set up your ethernet interface(s)
  3. Make sure everything is upgraded and updated
  4. Download the Xeams installer by using wget
    sudo wget http://www.xeams.com/files/XeamsLinux64.tar
  5. Extract the tar file
    sudo tar -xf XeamsLinux.tar
  6. Change the script to be executable
    sudo chmod +x Install.sh
  7. Run the installer
    sudo ./Install.sh
  8. Change the memory if desired
    sudo nano /opt/Xeams/run.sh
    jre/bin/java -server -Xmx4096m
  9. Open your browser and surf to your server’s ipaddress i.e http://192.168.0.1:5272
  10. Follow the first-run setup
  11. Check for Xeams updates

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *