Runix for server owners
How voting, postbacks, and paid placements work on Runix.
1. Direct votes on Runix
Players can vote directly on Runix from the toplist or your server page. Voting does not require an account. To keep votes clean, Runix asks players to solve a small challenge before the vote is recorded.
2. Postbacks from your website
Most RSPS have their own website and vote panelwhere players log in, vote, and receive vote points in game. Runix does not change that flow. Instead, your website can call Runix via a postback when you have confirmed a vote and awarded points. Each valid postback increments your vote count by 1.
- Go to your dashboard and click Postback on the server you want to configure.
- Copy the Callback URL. It looks like:
https://your-runix-domain.com/api/postback/<slug>?secret=... - In your own website or vote panel backend, call this URL after you've verified a vote with your providers and awarded vote points to the player. Use
GETas the method. - Test it by opening the URL in your browser. A successful call returns
{ ok: true }.
Keep your secret private. Anyone with that URL can increment votes for that specific server.
3. Paid placements & billing
Runix offers three featured placements: Hero row ($99/mo or $149 one-time), Prime row ($59/mo or $89 one-time), and Discovery row ($19/mo or $35 one-time). All one-time purchases include 30 days. These are fully automated through Stripe.
- From the dashboard, click Promote on the server you want to highlight.
- Choose a package: a monthly subscription (auto-renews) or a one-time boost (30 days) for Hero, Prime, or Discovery. One-time pricing is higher but requires no recurring charges.
- You're redirected to Stripe Checkout to complete payment.
- After successful payment, Stripe notifies Runix via webhook and your server is automatically moved into the correct featured row.
When a subscription is canceled or a one-time boost expires, your server automatically returns to the free toplist. No manual action is required.