2026-04-15 06:32:20 +00:00
# VoxeliumX
2026-02-20 13:50:20 +00:00
2026-04-15 06:32:20 +00:00
VoxeliumX a simple minecraft server hosting tool.
2026-02-21 20:05:52 +00:00
2026-04-15 06:34:28 +00:00
# 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
2026-02-21 20:05:52 +00:00
# Installation
2026-04-23 19:15:41 +00:00
Use this command to download the latest version of VoxeliumX for other linux distros of this branch (the latest version of VoxeliumX is on the main branch):
2026-02-21 20:05:52 +00:00
2026-04-23 19:15:41 +00:00
sudo apt update && sudo apt install -y python3 openjdk-21-jre wget && wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/VoxeliumX_10/voxeliumx_10.0.tar.gz" && tar -xzf voxeliumx_10.0.tar.gz && cd voxeliumx_10.0
2026-02-26 20:47:10 +00:00
2026-04-06 12:07:19 +00:00
# Usage (for the tar.gz install)
After downloading the tar.gz version unpack it and open the folder in the terminal like this:
2026-04-23 19:15:41 +00:00
cd voxeliumx_10.0
2026-04-06 12:07:19 +00:00
2026-04-23 19:15:41 +00:00
And then run: ./start.sh
2026-04-06 12:07:19 +00:00
2026-04-15 06:32:20 +00:00
And then VoxeliumX is started!
2026-04-06 12:07:19 +00:00
2026-04-23 19:15:41 +00:00
To stop VoxeliumX (you have to be in the voxeliumx_10.0 folder): ./stop.sh
2026-04-12 18:03:25 +00:00
# Uninstalling (for the tar.gz install)
2026-04-23 19:15:41 +00:00
Go to downloads or a other folder where the folder voxeliumx_10.0 is located and use these commands:
2026-04-12 18:03:25 +00:00
2026-04-23 19:15:41 +00:00
rm -rf voxeliumx_10.0
2026-04-12 18:03:25 +00:00
2026-04-23 19:15:41 +00:00
rm -rf voxeliumx_10.0.tar.gz
2026-04-12 18:03:25 +00:00
2026-04-15 06:32:20 +00:00
And then you have deleted VoxeliumX!