Back to Tools
Server diagnostics

Votifier Tester

Push a test vote to your server's Votifier port and confirm the round-trip works. No install, no signup.

Send a test vote

A real vote, delivered to your server the way a vote site would

More server tools

The rest of the set, for the parts of the server this one doesn't touch

Frequently asked questions

Ports, keys and why a vote gets rejected

What is this tool? +

It sends a single test vote to your server's Votifier port using the public key you paste. If your firewall, key, and listening port are all correct, your server logs a vote from the user 'Crafty' and fires whatever reward commands you've configured.

What is Votifier? +

Votifier is the de-facto Bukkit/Spigot/Paper plugin that lets server-list sites push vote events into your server. NuVotifier is the modern maintained fork and supports both the v1 RSA protocol and v2 token-based auth.

Where do I find my public key? +

After installing Votifier on your server, open plugins/Votifier/rsa/public.key and paste its contents into the field above. Old Votifier uses RSA only; NuVotifier supports both v1 and v2 token-based keys.

Why does the test fail? +

Almost always one of four things: the wrong port (default 8192), a key mismatch (regenerate after installing), Votifier listening on 127.0.0.1 instead of 0.0.0.0, or your hosting provider firewalling the port. Fix them in that order.