⚡ Quick Start

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:

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)

  1. Ensure enableWeb is enabled in general.json
  2. Check config/voidium/web.json (default port is 8081)
  3. 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:

Minimal steps:

  1. In discord.json set enableDiscord to true
  2. Fill in botToken and guildId
  3. 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:

2) In-game command

Run:

/voidium status

You should see server metrics like TPS/MSPT and module-related info.

Next