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.
Setting up NuVotifier for vote rewards
- Download NuVotifier for Paper/Spigot and place it in your
plugins/folder - Restart the server — NuVotifier creates
plugins/NuVotifier/config.yml - Set
host: 0.0.0.0so it listens on all interfaces (not just localhost) - Note the
port(8192) andtokenvalues - Open the Votifier port in your VPS/hosting firewall
- Install a vote listener plugin — VotingPlugin, SuperbVote, GAL, or similar
- 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.