Send a real test vote to your Minecraft server's Votifier listener and verify your vote-reward plugin (NuVotifier, Votifier, etc.) is receiving and decoding it correctly. Works for both the classic v1 (RSA) protocol and the modern v2 (token / HMAC) protocol used by NuVotifier 2+.
This tool opens a TCP socket to your server's Votifier port and sends a properly-formatted vote packet just like a real toplist would. If your plugin receives it, your vote-reward chain is working end-to-end. If it doesn't, the response from this tool will tell you whether the connection failed, the handshake failed, or the payload was rejected — narrowing the problem down fast.
plugins/Votifier/config.yml. Under tokens: you'll see entries like default: AbCdEf... — that's your token.8192), and the token above. Select v2.plugins/Votifier/rsa/public.key.-----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- lines (or paste the whole file — the tool strips headers).| Error | Likely cause | Fix |
|---|---|---|
| Connection refused | Nothing listening on that port, or firewall blocking | Confirm NuVotifier is loaded (/plugins in-game), confirm port matches plugins/Votifier/config.yml, open the port in your host's firewall / forward it on your router |
| Connection timed out | Wrong host, or port forwarding misconfigured | Test from outside your network — telnet your.host 8192 from a phone tether confirms public reachability |
| Handshake failed (v2) | Plugin isn't NuVotifier 2+, or wrong port | Check NuVotifier version is 2.x or later. Older Votifier doesn't speak v2 — use v1 instead |
| Signature rejected (v2) | Token typo | Copy the token from config.yml exactly — no surrounding quotes, no leading/trailing whitespace |
| Decryption failed (v1) | Wrong RSA key | Public key must match the one in plugins/Votifier/rsa/public.key, not private.key |
| Server doesn't react in-game | Vote received but reward plugin not chained | Plugin is fine — wire up VotingPlugin or similar to consume Votifier events and dispatch rewards |
Once your Votifier setup is confirmed working, the next step is getting real votes. List your server on our toplist — voters here will hit your Votifier listener with the same packet this tool just sent, triggering your in-game rewards automatically.
Add your server How voting works