Open-source GTA V roleplay server built on alt:V with a modern microservice backend
void:RP combines the real-time power of alt:V for in-game logic with a scalable, event-driven backend running in Docker microservices.
It’s not just a GTA V server — it’s a framework for building scalable multiplayer worlds.
- ⚡ Alt:V Core → pure real-time game logic (jobs, banking, vehicles, missions) with zero lag.
- 🛠️ Docker Microservices → independent services for auth, banking, taxi, donations, stats, notifications.
- 🌐 API Gateway → single entrypoint for game, website, launcher, Discord bots (SSL, rate limiting, load balancing).
- 🗄️ Centralized Data → PostgreSQL (persistent storage) + Redis (cache, sessions, queues).
- 🔐 Secure by design → JWT-based authentication across all services.
- 📊 Monitoring stack → Prometheus + Grafana + Sentry out of the box.
- 🛡️ Stable game logic → Alt:V stays clean, minimal, and restart-safe.
- 🔄 Independent scaling → add more donate workers without touching taxi.
- 🌍 Flexible integrations → website, launcher, Discord — all via one API.
- 📈 Performance & reliability → caching, queues, monitoring are built-in.