VotePipe

HytaleServerList Integration

Connect HytaleServerList to VotePipe using the Votifier protocol. Votes are received over TCP and processed through the same pipeline as webhook votes.

Protocol

HytaleServerList sends votes using the Votifier V1 protocol over raw TCP. Votes are RSA-encrypted and decrypted by VotePipe using your auto-generated keypair.

PropertyValue
ProtocolVotifier V1 (RSA 2048-bit)
TransportRaw TCP
Default Port8192
Key ManagementAuto-generated by VotePipe, rotatable from dashboard

Connection Details

When you create a HytaleServerList provider in VotePipe, the following credentials are auto-generated:

FieldDescription
HostThe VotePipe Votifier server address
PortTCP port (default: 8192)
Public KeyRSA 2048-bit public key (PEM format)

Setup Instructions

Step 1: Create Provider in VotePipe

  1. Go to Add Provider and select HytaleServerList
  2. VotePipe will auto-generate your RSA keypair
  3. Copy the Host, Port, and Public Key shown in the provider details

Step 2: Configure HytaleServerList

  1. Go to https://hytaleserverlist.me/
  2. Click on your Profile
  3. Click Servers
  4. Click Edit on your server
  5. Scroll down to the Votifier Settings section
  6. Select V1 protocol (RSA)
  7. Fill in the Host, Port (default: 8192), and Public Key fields using the values from your VotePipe provider
  8. Scroll up and click Save to apply the settings

Step 3: Verify

  1. Cast a test vote on HytaleServerList for your server
  2. Check the VotePipe dashboard to confirm the vote was received
  3. Votes will now flow: HytaleServerList → Votifier TCP → VotePipe → Discord + Callbacks + Plugin

Key Rotation

You can rotate your RSA keys at any time from the VotePipe dashboard (Providers → your HytaleServerList provider → Rotate Keys). After rotating, update the public key on HytaleServerList.

Troubleshooting

Votes not arriving

  • Verify the host and port match exactly what VotePipe shows
  • Ensure the public key was copied completely (including BEGIN/END markers)
  • Check that port 8192 is accessible (not blocked by firewall)
  • Ensure the provider is enabled in VotePipe
  • Make sure you selected V1 (RSA) protocol on HytaleServerList

Decryption errors

  • The public key on HytaleServerList must match the one shown in VotePipe
  • If keys were rotated, update the public key on HytaleServerList
  • Try rotating keys in VotePipe and re-configuring HytaleServerList

Still having issues? Check our general troubleshooting guide.

API Management

You can manage providers programmatically using the API: