VoxeliumX

The simplest Minecraft server hosting tool for Linux.

Installation Documentation Join Discord

Features

Fast Setup

Start a Minecraft server using a local hosted webpage quickly.

User-friendly

Simple and intuitive interface for everyone.

Linux Friendly

Works perfectly on all official linux distros

Automatic Setup

Automatically downloads Minecraft server files for java.

Installation

Downloads so far

0 downloads

Before installing

Make sure you have the correct Java version installed for your Minecraft server. Newer versions (1.20.5+) require Java 21. Check and install the proper version first.

Quick Install (.deb)

This command installs dependencies, downloads voxeliumx_9.2 Beta, and installs it automatically.

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

What this command does (.deb)

  • Updates the package list
  • Installs dependencies (Python3, Java 21, wget)
  • Downloads VoxeliumX v9.2 Beta
  • Installs VoxeliumX automatically

Quick Install (.tar.gz)

This command downloads the tar.gz archive and installs VoxeliumX.

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

What this command does (.tar.gz)

  • Downloads the VoxeliumX tar.gz archive
  • Extracts all files into a folder

Basic Commands (for the debian based install .deb)

voxeliumx start
voxeliumx stop
voxeliumx status

Basic Commands (for the .tar.gz install)

To start VoxeliumX while being in the voxeliumx_9.2 folder: python3 voxeliumx.py
To stop VoxeliumX ctrl+c in the same terminal it has been started.

Documentation

More information is available in the README included with installation or on the Gitea page.

Installation Folder (this information needs update)

VoxeliumX/
├──
├──
└──

Gitea README

Open the README on the Gitea page for full instructions.

Gitea README

Currently Working On/Going to work on

Join the Community

Need help or want to chat with other VoxeliumX users? Join our official Discord server!

Join Discord