# TuxCraft TuxCraft a simple minecraft server hosting tool. # Installation Use this command to download the latest version of TuxCraft for debian based linux distros like ubuntu: sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.deb" && sudo dpkg -i tuxcraft_8.1.deb Use this command to download the latest version of TuxCraft for other linux distros: sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/main/tuxcraft_8.1.tar.gz" # Usage (for Debian based install) To start TuxCraft use this command: sudo tuxcraft start After the command above visit the web server at: http://your-servers-ip:8080 make sure to change the ip of your-server-ip to the servers ip. (and make sure that you use sudo to start tuxcraft other wise its nog going to start) To stop TuxCraft use this command: sudo tuxcraft stop To view the status of TuxCraft use this command: sudo tuxcraft status # Usage (for the tar.gz install) After downloading the tar.gz version unpack it and open the folder in the terminal like this: cd tuxcraft_8.1 And then run python3 tuxcraft.py And then TuxCraft is started! To stop TuxCraft just ctrl+c in the terminal where you started TuxCraft (I am going to make starting and stopping better in the future.). # Uninstalling Use this command to uninstall any version of TuxCraft: sudo apt remove tuxcraft And this command to make sure everything of tuxcraft is gone: sudo apt purge tuxcraft And then you have deleted TuxCraft!