Frequently Asked Questions

Here you will find answers to the most common questions.

How can I register a server?

To register a server, simply go to the registration page and fill out the form with your server details.

How often can I vote?

Users can vote every 12 hours. Each vote counts toward the server ranking.

What is the ranking reset schedule?

The ranking resets at the end of each month. All votes are cleared and servers start fresh.

How do I claim rewards?

You can claim rewards by visiting your server profile and following the instructions for claiming.

How does the callback work, and how do I reward players for voting for my server?

The Callback URL is a way for your server to be notified when a user votes for your server on TopServer.live. This allows you to track votes and reward users accordingly. Here's how it works:

1. Set up the Callback URL:

  • Log in to your account on topserver.live.
  • Go to the Servers page.
  • Click the "Edit" button for the server you want to set up.
  • In the Callback URL field, enter the URL where you want to receive the callback notification. For example: https://yourwebsite.com/callback.
  • Save the changes.

2. How the Callback Works:

When a user votes for your server, TopServer.live sends a POST request to the callback URL you've provided. The reward parameter is included in the request, which contains the user's ID who voted. The URL will look like this: https://yourwebsite.com/callback?reward=USER_ID. You can use this ID to reward the user.

3. Important Notes:

  • Make sure that your server is set up to receive POST requests at the specified callback URL.
  • The reward parameter will contain the user's ID. You can use this ID to track the user and reward them according to your server's rules.
  • Once your server has received the callback with the user ID, you can perform any necessary actions to give the user their reward (e.g., in-game items, points, etc.).

Step-by-step breakdown:

  • User votes for your server on TopServer.live.
  • Callback request is sent to your server's callback URL with the user's ID (via the reward parameter).
  • Your server receives the user's ID and can now reward the user with in-game items, points, or other prizes.
  • Save and track the user's rewards using the reward parameter and implement your own reward system.