🏆

Gaming Server Toplist

The ultimate competitive ranking system for gaming servers.

VSROS Toplist is a comprehensive gaming server ranking platform. Server owners register their servers, customize their pages with cosmetics, and compete for votes. The seasonal leaderboard system provides a fair competitive environment with archived snapshots, trophies, and level-based rewards. Advanced features include webhook integrations for vote notifications, referral tracking for growth, and a full anti-fraud system to protect ranking integrity.

✦ Key Features

01

Server registration with detailed profiles — description, banners, tags, and social links

02

Voting system with configurable cooldown periods and anti-fraud protection

03

Seasonal leaderboard with automatic snapshot archiving at season end

04

Trophy system — gold, silver, and bronze trophies awarded to top-ranked servers each season

05

Achievement system with unlockable milestones for server activity

06

Level system with XP progression and tier-based rewards

07

Server bumping to temporarily boost visibility in the rankings

08

Webhook notifications — receive real-time vote and event alerts on your server

09

Referral system — generate unique referral links and track conversion

10

Domain verification to prove server ownership

11

Banner compliance verification — automated cron checks every 6 hours

12

Server comparison tool for analytics between servers

13

Cosmetic customization system with trading marketplace

14

Hall of Fame page showcasing all-time champions

15

Activity map showing voting patterns and engagement

16

Admin tools — server management, category management, fraud detection, and monitoring

📋 In Detail

🗳️

Voting Engine

Fair and transparent voting with configurable cooldown periods. Each vote is validated, recorded, and protected against manipulation by the anti-fraud system.

📊

Seasonal Leaderboard

Competitive seasons with real-time rankings. At the end of each season, rankings are archived as snapshots, and top servers receive trophies and exclusive rewards.

🏆

Trophies & Achievements

Earn trophies for seasonal rankings and achievements for milestones. Display them proudly on your server profile to attract more votes.

🎨

Cosmetics & Trading

Customize your server's appearance with cosmetic assets. Purchase bundles, open packs, and trade with other server owners on the marketplace.

🔗

Webhook Integration

Connect VSROS to your gaming server with webhooks. Receive real-time notifications for votes, bumps, and ranking changes directly on your server.

🛡️

Anti-Fraud Protection

Advanced fraud detection monitors voting patterns, identifies suspicious activity, and automatically flags or blocks manipulative behavior to ensure fair competition.

📈

Analytics Dashboard

Comprehensive analytics for server owners — vote trends, visitor sources, referral conversion rates, and ranking history all in one dashboard.

🔄

Referral System

Generate unique referral links to grow your community. Track who referred whom and reward referrers with XP bonuses and special perks.

⚠️
⚠️ Voting Rules
Each user can vote once every 24 hours per server. Multi-voting or VPN abuse will result in account suspension. Votes are verified via reCAPTCHA and IP validation.
🎮Gaming⛏️Minecraft🚗FiveM🦀Rust🔫CS2🦖ARK
Register Server — POST /api/v1/toplist/servers
bash
1curl -X POST https://vsros.com/api/v1/toplist/servers \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "name": "My Minecraft Server",
6 "category": "minecraft",
7 "ip": "play.myserver.com",
8 "port": 25565,
9 "description": "Survival & Creative — 24/7 Uptime",
10 "tags": ["survival", "creative", "pvp"],
11 "website": "https://myserver.com",
12 "votifyToken": "optional-votifier-token"
13 }'