2026-04-15 05:52:18 +00:00
# VoxeliumX (note: TuxCraft got a new name! and this release has bedrock suport! (and java stil works btw))
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
VoxeliumX a simple minecraft server hosting tool.
2026-04-06 14:46:37 +00:00
# Installation
2026-04-15 05:52:18 +00:00
Use this command to download the latest version of VoxeliumX_9 on this branch (on the main branch is the newest beta):
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
curl -O https://hamsterlab.playit.plus/Cheesehamster983/TuxCraft/raw/branch/voxeliumx_9/voxeliumx_9.2.deb
2026-04-06 14:46:37 +00:00
And after the command above use this command:
2026-04-15 05:52:18 +00:00
sudo dpkg -i voxeliumx_9.2.deb
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
And then you have VoxeliumX installed!
2026-04-06 14:46:37 +00:00
# Usage
2026-04-15 05:52:18 +00:00
To start VoxeliumX use this command:
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
sudo voxeliumx start
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
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)
2026-04-06 14:46:37 +00:00
To stop TuxCraft use this command:
2026-04-15 05:52:18 +00:00
sudo voxeliumx stop
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
To view the status of VoxeliumX use this command:
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
sudo voxeliumx status
2026-04-06 14:46:37 +00:00
# Uninstalling
2026-04-15 05:52:18 +00:00
Use this command to uninstall any version of VoxeliumX (TuxCraft uninstalling is the same but the name is diffrent contact discord if you got problems deleting TuxCraft):
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
sudo apt remove voxeliumx
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
And this command to make sure everything of VoxeliumX is gone:
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
sudo apt purge voxeliumx
2026-04-06 14:46:37 +00:00
2026-04-15 05:52:18 +00:00
And then you have deleted VoxeliumX!