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_13.0 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_14.2.deb" && sudo dpkg -i voxeliumx_14.2.deb

What this command does (.deb)

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

Quick Install (.tar.gz)

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

wget --content-disposition "https://hamsterlab.playit.plus/Cheesehamster983/VoxeliumX/raw/branch/main/voxeliumx_14.8.tar.gz" && tar -xzf voxeliumx_14.8.tar.gz && cd voxeliumx_14.8 && chmod +x start.sh && chmod +x stop.sh

What this command does (.tar.gz)

  • Downloads voxeliumx_14.8
  • Extracts all files into a folder
  • Giving start.sh and stop.sh the right permissions

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_14.8 folder: ./start.sh
To stop VoxeliumX use this command: ./stop.sh

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