Nexus Control Hub is a professional-grade LiveOps management system designed for high-performance Unity VR multiplayer games. Built with .NET 10 and PostgreSQL, it serves as the central command center for game operations, moderation, and infrastructure control.
- Operations Center: Real-time dashboard monitoring CCU, servers, and alerts.
- LiveOps Management: Player moderation, inventory control, and social graph visualization.
- Remote Configuration: Feature flags and JSON-based rules engine.
- Asset Management: Hot-swappable asset delivery via Azure Blob Storage.
- High Performance: Built on ASP.NET Core MVC with SignalR for sub-second updates.
- Backend: .NET 10 (ASP.NET Core MVC / Web API)
- Database: PostgreSQL (Entity Framework Core)
- Frontend: Razor Views + Vanilla CSS ("Glassmorphism" Design)
- Real-time: Azure SignalR Service
- .NET 10 SDK
- PostgreSQL Database
-
Clone the repository:
git clone https://github.com/junaid109/Nexus-Control-Hub.git cd Nexus-Control-Hub -
Configure Database Credentials: Update
NexusControl.Web/appsettings.json:"ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=NexusControlDb;Username=postgres;Password=yourparams" }
-
Apply Migrations:
dotnet ef database update -p NexusControl.Infrastructure -s NexusControl.Web
-
Run the Application:
dotnet run --project NexusControl.Web
Code and documentation copyright 2026 Junaid Malik. For custom solutions or commercial usage permissions, please contact: junaidmalik.rm@gmail.com
Junaid Malik - junaidmalik.rm@gmail.com