Server Verification
Server verification proves that you own or have administrative access to a Minecraft server. Once verified, your server is linked to your VoxelBench account on the website.
How It Works
- Go to voxelbench.com and navigate to "Add Server"
- The website generates a unique verification code (format:
VOXEL-XXXXX) - Run the verification command on your server
- The plugin injects the verification data into the server's SLP (Server List Ping) response
- The website pings your server and checks for the verification data
- If the data matches, your server is verified
Step-by-Step Guide
1. Get a Verification Code
Visit your VoxelBench dashboard and click "Add Server". You'll receive a code like VOXEL-A1B2C.
2. Run the Verification Command
On your server, run:
/bench verify VOXEL-A1B2C
The plugin will:
- Validate the code format
- Contact the VoxelBench backend to register the verification attempt
- Start polling the backend to detect when verification is complete
3. Complete Verification on the Website
Return to voxelbench.com and click "Verify". The website will ping your server to check for the injected verification data.
4. Verification Complete
Once the website confirms the data, you'll receive a success notification both in-game and on the website.
Commands
| Command | Description |
|---|---|
/bench verify <CODE> | Start verification with the given code |
/bench verify status | Check if verification is active and time remaining |
/bench verify cancel | Cancel the ongoing verification |
/bench verify debug | Show technical debug information |
Timeout and Security
- Verification automatically expires after 15 minutes for security
- Only one verification can be active at a time
- If you need to use a different code, cancel the current one first with
/bench verify cancel
Troubleshooting
"Invalid format" Error
The code must match the pattern VOXEL-XXXXX (5 alphanumeric characters). Make sure you copied it correctly from the website.
"Another verification in progress" Error
A previous verification is still active. Cancel it first:
/bench verify cancel
Then start a new one with your code.