⚡ Quick Start
Goal: get Voidium running cleanly, then enable only what you actually want.
Quick paths
0) Install + first boot
If you haven’t installed Voidium yet, start here:
After the first boot you should have:
config/voidium/
✅ Minimal setup (recommended)
Open:
config/voidium/general.json
This file is the “master switchboard” for modules (Web, Discord, Stats, Ranks, Vote, …).
Tip: If you don’t plan to configure Discord right away, set
enableDiscord to false to avoid bot-related startup noise.
Then restart the server.
🌐 Web Panel (optional)
- Ensure
enableWebis enabled ingeneral.json - Check
config/voidium/web.json(default port is8081) - In-game (OP) or in the server console run:
/voidium web
It prints a URL with a token (use the console link). The token is required on first open and then stored as an HTTP-only cookie.
🤖 Discord (optional)
Voidium uses two layers of toggles:
- Global toggle:
config/voidium/general.json→enableDiscord - Discord module toggle:
config/voidium/discord.json→enableDiscord
Minimal steps:
- In
discord.jsonsetenableDiscordtotrue - Fill in
botTokenandguildId - Restart the server (recommended for first setup)
If you change config while the server is running, you can reload:
/voidium reload
🔎 Verify it works
1) Logs
On dedicated server startup you should see a line like:
VOIDIUM - INTELLIGENT SERVER CONTROL is loading...
2) In-game command
Run:
/voidium status
You should see server metrics like TPS/MSPT and module-related info.