Files
VoxeliumX/README.md

84 lines
2.1 KiB
Markdown
Raw Normal View History

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
# Installation
2026-04-15 06:32:20 +00:00
Use this command to download the latest version of VoxeliumX for debian based linux distros like ubuntu:
2026-02-21 20:05:52 +00:00
2026-04-15 06:32:20 +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/main/voxeliumx_9.2.deb" && sudo dpkg -i voxeliumx_9.2.deb
2026-02-21 20:05:52 +00:00
2026-03-30 17:36:16 +00:00
2026-04-15 06:32:20 +00:00
Use this command to download the latest version of VoxeliumX for other linux distros:
2026-02-21 20:05:52 +00:00
2026-04-15 06:32:20 +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/main/voxeliumx_9.2.tar.gz" && tar -xzf voxeliumx_9.2.tar.gz && cd voxeliumx_9.2
2026-02-21 20:05:52 +00:00
2026-04-06 12:07:19 +00:00
# Usage (for Debian based install)
2026-02-26 20:40:15 +00:00
2026-04-15 06:32:20 +00:00
To start VoxeliumX use this command:
2026-02-26 20:40:15 +00:00
2026-04-15 06:32:20 +00:00
sudo voxeliumx start
2026-02-26 20:40:15 +00:00
2026-04-15 06:32:20 +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-02-26 20:40:15 +00:00
2026-04-15 06:32:20 +00:00
To stop VoxeliumX use this command:
2026-02-26 20:40:15 +00:00
2026-04-15 06:32:20 +00:00
sudo voxeliumx stop
2026-02-26 20:40:15 +00:00
2026-04-15 06:32:20 +00:00
To view the status of VoxeliumX use this command:
2026-02-26 20:40:15 +00:00
2026-04-15 06:32:20 +00:00
sudo voxeliumx status
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-15 06:32:20 +00:00
cd voxeliumx_9.2
2026-04-06 12:07:19 +00:00
2026-04-15 06:32:20 +00:00
And then run: python3 voxeliumx.py
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-15 06:32:20 +00:00
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.).
2026-04-06 12:07:19 +00:00
2026-04-12 18:03:25 +00:00
# Uninstalling (for the Debian based install)
2026-02-26 20:30:19 +00:00
2026-04-15 06:32:20 +00:00
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)):
2026-02-26 20:30:19 +00:00
2026-04-15 06:32:20 +00:00
sudo apt remove voxeliumx
2026-02-26 20:30:19 +00:00
2026-04-15 06:32:20 +00:00
And this command to make sure everything of VoxeliumX is gone:
2026-02-26 20:30:19 +00:00
2026-04-15 06:32:20 +00:00
sudo apt purge voxeliumx
2026-02-26 20:30:19 +00:00
2026-04-15 06:32:20 +00:00
And then you have deleted VoxeliumX!
2026-04-12 18:03:25 +00:00
# Uninstalling (for the tar.gz install)
2026-04-15 06:32:20 +00:00
Go to downloads or a other folder where the folder voxeliumx_x.x is located and use these commands:
2026-04-12 18:03:25 +00:00
2026-04-15 06:32:20 +00:00
rm -rf voxeliumx_x.x
2026-04-12 18:03:25 +00:00
2026-04-15 06:32:20 +00:00
rm -rf voxeliumx_x.x.tar.gz
2026-04-12 18:03:25 +00:00
2026-04-15 06:32:20 +00:00
And then you have deleted VoxeliumX!