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