Votifier Tester for Hytale Servers
Setting up rewards for your community? Configuring a vote listener can be tricky. Our free Hytale Votifier Tester allows server administrators to send a mock vote to their game server to verify if the Votifier plugin (Classic RSA V1) is correctly receiving payloads.
Enter your server’s IP, the Votifier port, and your public RSA key below. We will encrypt a test vote and send it directly from our host to your listener.
Inspired by hytaletools.org
Frequently Asked Questions
What is a Votifier Tester?
A Votifier tester is a diagnostic tool designed for server owners. When you list your Hytale server on a voting site, the site needs a secure way to tell your server when a player has voted so you can give them in-game rewards. This tool mimics that process, allowing you to test your connection without having to actually vote on a public list.
Where do I find my RSA Public Key?
If you are using a standard Votifier or NuVotifier plugin on your server, the RSA keypair is generated automatically on the first startup. You can usually find your public key in the plugins/Votifier/rsa/public.key file. You need to paste the entire content of this file, including the -----BEGIN PUBLIC KEY----- lines, into the tester above.
Why is my test vote failing?
If the tool reports an error, check these common culprits:
- Firewall Blocks: Ensure that the port you assigned to Votifier (default is usually 8192) is open on your host machine’s firewall and forwarded correctly in your router.
- Incorrect Port: Do not use your game server port (e.g., 25565 or 5520). Votifier runs on its own dedicated TCP port.
- Key Mismatch: Make sure you copied the public key, not the private one. If you regenerate your keys, you must update them here as well.
- Protocol Version: This tool uses the Classic Votifier (V1) RSA protocol. If your server mandates token-based forwarding (NuVotifier V2 only), this specific RSA test will be rejected by your listener.
Is this tool secure?
Yes. We do not store your server IP, usernames, or public keys. Furthermore, our tool is protected by Cloudflare Turnstile and strict rate-limiting to prevent malicious bots from using our server to spam your listener with fake votes.