25 Commits

Author SHA1 Message Date
b3e3cad408 Deleted a old file because its moved. 2026-04-15 15:40:54 +00:00
ec3d552daf Deleted a old file because its moved. 2026-04-15 15:40:50 +00:00
0d67f5df49 Deleted a old file because its moved. 2026-04-15 15:40:46 +00:00
93fb203a55 Uploaded tuxcraft_8.1 to the releases folder of the main branch (beta release). 2026-04-15 15:40:34 +00:00
7c8cec33a6 Made a folder. 2026-04-15 15:37:32 +00:00
e3563c9c3c Uploaded tuxcraft_9.2 to the main branch. (beta release) 2026-04-15 15:22:16 +00:00
278fa6a463 Update README.md 2026-04-15 06:34:28 +00:00
173f8ee21d Update README.md 2026-04-15 06:32:20 +00:00
a554dfec06 Update README.md 2026-04-12 18:03:25 +00:00
64fda5d043 Update README.md 2026-04-06 14:38:37 +00:00
fe3ea472c7 Update README.md 2026-04-06 12:10:21 +00:00
582f547003 Update README.md 2026-04-06 12:07:19 +00:00
0c0d55418f Uploaded tuxcraft_8.1 to the releases folder. (tar.gz edition). 2026-04-06 12:01:15 +00:00
89555c6a64 Deleted a file because moved. 2026-04-03 18:27:21 +00:00
1a6c7b552d Deleted a file because moved. 2026-04-03 18:27:16 +00:00
071951baef Moved tuxcraft_7.3 to the releases folder in the main branch. 2026-04-03 18:27:00 +00:00
22b9ef08ce Made a folder. 2026-04-03 18:26:08 +00:00
46028710db Update README.md 2026-04-03 18:13:32 +00:00
0119134322 Uploaded tuxcraft_8.1 to the root of the main branch (beta release). 2026-04-03 18:12:13 +00:00
0df34c548d Update README.md 2026-03-30 17:36:16 +00:00
b7cc7d5723 Deleted a old file because its moved. 2026-03-30 17:35:18 +00:00
473853a58e Deleted a old file because its moved. 2026-03-30 17:35:14 +00:00
bf9cd16daa Uploaded tuxcraft_6.1 to the root of the main branch (beta release). 2026-03-30 17:34:56 +00:00
f56e115dd0 Made a folder. 2026-03-30 17:34:07 +00:00
28998bd370 Uploaded tuxcraft_7.3 to the root of the main branch (beta release). 2026-03-30 17:22:01 +00:00
33 changed files with 50 additions and 22 deletions

View File

@@ -1,61 +1,89 @@
# TuxCraft # VoxeliumX
TuxCraft a simple minecraft server hosting tool. VoxeliumX a simple minecraft server hosting tool.
# Need help on installing or want to report a bug or give us your idea join our discord server!
You can vind the join link on the official website! https://voxeliumx.playit.plus
# Installation # Installation
Use this command to download the latest version of TuxCraft of this branch view the main branch for the newest release: Use this command to download the latest version of VoxeliumX 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/VoxeliumX/raw/branch/main/voxeliumx_9.2.deb" && sudo dpkg -i voxeliumx_9.2.deb
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/tuxcraft_7/tuxcraft_7.3.deb Use this command to download the latest version of VoxeliumX for other linux distros:
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/main/voxeliumx_9.2.tar.gz" && tar -xzf voxeliumx_9.2.tar.gz && cd voxeliumx_9.2
And after the command above use this command: # Usage (for Debian based install)
sudo dpkg -i tuxcraft_7.3.deb To start VoxeliumX use this command:
And then you have TuxCraft installed! sudo voxeliumx start
# Usage 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 voxeliumx other wise its nog going to start)
To start TuxCraft use this command: To stop VoxeliumX use this command:
sudo tuxcraft start sudo voxeliumx stop
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 view the status of VoxeliumX use this command:
To stop TuxCraft use this command: sudo voxeliumx status
sudo tuxcraft stop # Usage (for the tar.gz install)
To view the status of TuxCraft use this command: After downloading the tar.gz version unpack it and open the folder in the terminal like this:
cd voxeliumx_9.2
And then run: python3 voxeliumx.py
And then VoxeliumX is started!
To stop VoxeliumX just ctrl+c in the terminal where you started VoxeliumX (I am going to make starting and stopping better in the future.).
sudo tuxcraft status # Uninstalling (for the Debian based install)
Use this command to uninstall VoxeliumX (for uninstalling tuxcraft change the voxeliumx name or contact us in the discord (link for the discord in the official website of VoxeliumX)):
# Uninstalling sudo apt remove voxeliumx
Use this command to uninstall any version of TuxCraft:
sudo apt remove tuxcraft And this command to make sure everything of VoxeliumX is gone:
And this command to make sure everything of tuxcraft is gone: sudo apt purge voxeliumx
sudo apt purge tuxcraft And then you have deleted VoxeliumX!
And then you have deleted TuxCraft! # Uninstalling (for the tar.gz install)
Go to downloads or a other folder where the folder voxeliumx_x.x is located and use these commands:
rm -rf voxeliumx_x.x
rm -rf voxeliumx_x.x.tar.gz
And then you have deleted VoxeliumX!

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
voxeliumx_9.2.deb Normal file

Binary file not shown.

BIN
voxeliumx_9.2.tar.gz Normal file

Binary file not shown.