Tools · Votifier

Minecraft Votifier Tester

Put your NuVotifier v2 credentials below to check if we can connect to your server without any issue. This uses the same Votifier relay that delivers real votes when players vote for your server on MinecraftServer.Buzz — TCP connection, handshake, token signature, and a test vote in one click.

NuVotifier v2 · step-by-step diagnosticsSame relay as live MinecraftServer.Buzz votes

Public hostname or IP — same as in NuVotifier config

Default NuVotifier port is 8192

Found in plugins/NuVotifier/config.yml under token:. Never share this publicly.

A real test vote is sent — your vote-reward plugin may react. Use a dummy name like MSB_Test.

Verification required before each test (prevents abuse of the relay service)

Enter your NuVotifier host, port, and token, then run a test. We connect through the same relay used for real votes on MinecraftServer.Buzz.

Setting up NuVotifier for vote rewards

  1. Download NuVotifier for Paper/Spigot and place it in your plugins/ folder
  2. Restart the server — NuVotifier creates plugins/NuVotifier/config.yml
  3. Set host: 0.0.0.0 so it listens on all interfaces (not just localhost)
  4. Note the port (8192) and token values
  5. Open the Votifier port in your VPS/hosting firewall
  6. Install a vote listener plugin — VotingPlugin, SuperbVote, GAL, or similar
  7. Test with this tool, then enable Votifier forwarding when listing your server

Common Votifier problems

Connection timed out

Port not open publicly, wrong IP, or NuVotifier not running. Check /plugins and firewall rules for TCP 8192.

Not a Votifier v2 server

Old Votifier v1 is unsupported. Upgrade to NuVotifier. Protocol v2 sends a challenge string on connect.

Invalid signature / token error

Token mismatch — copy the exact token from config.yml. Regenerating the token invalidates old entries on vote sites.

Vote received but no rewards

NuVotifier works but your reward plugin is misconfigured. Check VotingPlugin / SuperbVote logs when the test vote arrives.

Frequently asked questions

Is Votifier the same as a vote webhook?

No. Votifier uses raw TCP with a signed binary/JSON protocol. Webhooks use HTTPS POST with JSON. MinecraftServer.Buzz supports both — NuVotifier is recommended for most Paper/Spigot servers because vote-reward plugins listen to Votifier natively.

Should I use my game IP or a subdomain for Votifier host?

Use whatever public hostname or IP reaches your NuVotifier port from the internet — usually the same domain as your Minecraft server, but on port 8192 instead of 25565.

Is my token safe when using this tool?

The token is sent over HTTPS to our API, which forwards it to the Votifier relay for the test only. It is not stored. Still, treat tokens as secrets — rotate if exposed.