Vonix Server Utilities — Installation Guide
1. Prerequisites
Section titled “1. Prerequisites”- Dedicated Minecraft Server: Running Fabric, Forge, or NeoForge on a supported Minecraft version (1.18.2, 1.19.2, 1.20.1, 1.21.1, or 26.1.2).
- Java Runtime:
- Minecraft 1.18.2 / 1.19.2 / 1.20.1: Java 17
- Minecraft 1.21.1: Java 21
- Minecraft 26.1.2: Java 25
- Optional Permissions Mod: LuckPerms is recommended for role-based permission grouping. If LuckPerms is absent, VSU falls back to vanilla op levels.
2. Artifact Matrix
Section titled “2. Artifact Matrix”Select the jar corresponding to your loader and Minecraft version:
| Minecraft Version | Loader | Expected Jar Artifact | Required Java |
|---|---|---|---|
| 26.1.2 | NeoForge | vonix_server_utilities-neoforge-26.1.2-2.0.2.jar |
Java 25 |
| 1.21.1 | NeoForge | vonix_server_utilities-neoforge-1.21.1-2.0.2.jar |
Java 21 |
| 1.21.1 | Fabric | vonix_server_utilities-fabric-1.21.1-2.0.2.jar |
Java 21 |
| 1.20.1 | Forge | vonix_server_utilities-forge-1.20.1-2.0.2.jar |
Java 17 |
| 1.20.1 | Fabric | vonix_server_utilities-fabric-1.20.1-2.0.2.jar |
Java 17 |
| 1.19.2 | Forge | vonix_server_utilities-forge-1.19.2-2.0.2.jar |
Java 17 |
| 1.19.2 | Fabric | vonix_server_utilities-fabric-1.19.2-2.0.2.jar |
Java 17 |
| 1.18.2 | Forge | vonix_server_utilities-forge-1.18.2-2.0.2.jar |
Java 17 |
| 1.18.2 | Fabric | vonix_server_utilities-fabric-1.18.2-2.0.2.jar |
Java 17 |
3. Installation Steps
Section titled “3. Installation Steps”Step 1: Shut Down Server Cleanly
Section titled “Step 1: Shut Down Server Cleanly”/stopStep 2: Place Jar in Mods Folder
Section titled “Step 2: Place Jar in Mods Folder”Copy the candidate jar into the server’s mods/ directory:
cp vonix_server_utilities-fabric-1.21.1-2.0.2.jar /path/to/server/mods/Step 3: Launch the Server
Section titled “Step 3: Launch the Server”Start the server process. On first startup, VSU generates:
config/vonix_server_utilities.properties— Core configuration file.config/vonix_server_utilities/data.db— Local SQLite database (initialized in WAL mode).
4. First Boot Verification
Section titled “4. First Boot Verification”After the server prints Done (Xs)!, confirm the running snapshot:
/vonixsu versionThe documented /vonixsu version contract reports the embedded version (2.0.2), the active loader, and the local SQLite persistence state. Exact console banner wording can vary by loader; treat the command output as the operator check, not a live status feed.
5. When This Does Not Apply
Section titled “5. When This Does Not Apply”- Client Modpacks: Do not include VSU in client-side curseforge/modrinth modpack distributions; it is an operator server utility.
- External Website Sync: VSU 2.0.2 does not connect to web endpoints or require API keys. Do not search for web configuration fields.