A powerful, multi-purpose C# server built with a modern, service-oriented architecture. Features real-time dashboard, robust user management, a dynamic plugin system, secure video streaming, Single Click Site Creation, and real-time voice chat capabilities. Designed for game servers, monitoring systems, and real-time applications.
Live Dashboard • Documentation • Getting Started • Discord
Note: Live dashboard login credentials have been changed due to abuse.
| Version | Supported |
|---|---|
| 24.04 | ✅ |
| 22.04 | ✅ |
| < 22.04 | ❌ |
Note: All Debian-based Linux distributions are supported but not officially tested. UltimateServer works on all Linux distros, but the site creation feature might not work on some!
- Service-Oriented Design: Decoupled services for improved maintainability and testability.
- Dependency Injection: Clean, modular code with clear separation of concerns.
- Asynchronous Performance: Full
async/awaitimplementation for high concurrency and non-blocking I/O. - Event-Driven Communication: A robust in-memory Event Bus for decoupled, scalable inter-service communication.
- Advanced Password Hashing: Securely hashes passwords using PBKDF2 with unique salts.
- Account Lockout Policy: Automatically locks accounts after multiple failed login attempts.
- JWT & Refresh Tokens: Secure, stateless authentication with short-lived access tokens and long-lived refresh tokens.
- Comprehensive Input Validation: Protects against injection attacks and malicious data.
- Strong Password Policies: Enforces configurable password complexity requirements.
- In-Memory Caching: Reduces database/file I/O for frequently accessed data.
- HTTP Response Compression: Automatically compresses responses to save bandwidth.
- Connection Pooling Framework: Efficiently manages and reuses network connections.
- Graceful Shutdown: Ensures data is saved and connections close properly on exit.
- Modern, responsive dark-themed interface
- Real-time system monitoring (CPU, memory, disk, network)
- Live server logs viewer with color-coded levels
- Video player with streaming support and progress tracking
- Secure user authentication with JWT tokens
- Mobile-friendly design
- Secure user registration and login system
- Role-based access control (RBAC)
- Session management with "remember me" functionality
- Password reset functionality via email token
- Two-Factor Authentication (2FA) support framework
- Real-time CPU usage tracking
- Memory consumption monitoring
- Disk space usage information
- Network traffic statistics
- Historical performance charts
- Upload videos from URLs with progress tracking
- Stream videos directly in the dashboard
- Support for multiple video formats (MP4, WebM, OGG, AVI, MOV, MKV)
- Video library with thumbnail previews
- Secure access control for all video content
- Low-Latency UDP: Built on UDP for real-time communication with minimal delay.
- Room & Channel System: Organize shared data with dedicated rooms and channels.
- Targeted Communication: Packets are only forwarded to clients in the same room and channel.
- Multi-Client Support: Seamlessly connect multiple clients.
- Robust Client Management: Automatically handles client connections, room joins, and disconnections.
- Easy-to-Use Client: A simple C# client library with room/channel commands for quick integration.
- Game Server Structure: Simple yet powerful game server structure to make the creation of multiplayer games easier.
- Hot-Reloading: Load, update, and unload plugins at runtime without restarting the server.
- Sandboxed Execution: Plugins run in isolated contexts for security and stability.
- Async Lifecycle Hooks: Plugins can hook into server events with
OnLoadAsync,OnUpdateAsync, andOnUnloadAsync. - Easy Development: Simple C# interface-based development model for extending server functionality.
- Automatic log rotation with ZIP compression
- Real-time log viewing in dashboard
- Multiple log levels (Info, Warning, Error, Security)
- Persistent log storage
- PHP 8.3
- Nginx
- Linux, or Docker-compatible environment
- Ports open for connections (default:
11001for server,11002for web dashboard) - Port open for UDP connections (default:
11003for voice chat) - Port open for SFTP connections (default:
11004for SFTP)
Run the install script:
bash <(curl -s https://raw.githubusercontent.com/VoidbornGames/UltimateServer/refs/heads/main/%E2%80%8Einstall.sh%E2%80%8E)This project is licensed - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
If you need help or have questions:
