Files
VoxeliumX/README.md

57 lines
1.8 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
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-04-23 19:23:50 +00:00
# Installation (.deb)
2026-04-15 06:34:28 +00:00
2026-05-09 16:47:43 +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_12.0.deb" && sudo dpkg -i voxeliumx_12.0.deb
2026-02-21 20:05:52 +00:00
2026-04-23 19:23:50 +00:00
# Installation (tar.gz)
2026-02-21 20:05:52 +00:00
2026-04-23 19:23:50 +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-26 20:47:10 +00:00
2026-05-09 16:47:43 +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_12.0.tar.gz" && tar -xzf voxeliumx_12.0.tar.gz && cd voxeliumx_12.0
2026-02-26 20:47:10 +00:00
2026-04-23 19:21:20 +00:00
# Usage (for the .deb install)
To start VoxeliumX after download use this command:
sudo voxeliumx start
2026-04-06 12:07:19 +00:00
2026-04-23 19:21:20 +00:00
To stop VoxeliumX use this command:
sudo voxeliumx stop
# Usage (for the tar.gz install)
2026-04-06 12:07:19 +00:00
After downloading the tar.gz version unpack it and open the folder in the terminal like this:
2026-05-09 16:47:43 +00:00
cd voxeliumx_12.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-05-09 16:47:43 +00:00
To stop VoxeliumX (you have to be in the voxeliumx_12.0 folder): ./stop.sh
2026-04-12 18:03:25 +00:00
2026-04-23 19:21:20 +00:00
# Uninstalling (for the .deb install)
To delete VoxeliumX use this command: sudo apt remove voxeliumx
And to make sure VoxeliumX is deleted use this command: sudo apt purge voxeliumx
2026-04-12 18:03:25 +00:00
# Uninstalling (for the tar.gz install)
2026-05-09 16:47:43 +00:00
Go to downloads or a other folder where the folder voxeliumx_12.0 is located and use these commands:
2026-04-12 18:03:25 +00:00
2026-05-09 16:47:43 +00:00
rm -rf voxeliumx_12.0
2026-04-12 18:03:25 +00:00
2026-05-09 16:47:43 +00:00
rm -rf voxeliumx_12.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!