@page @model RR3CommunityServer.Pages.SettingsModel @{ ViewData["Title"] = "Server Settings"; }

⚙️ Server Settings

Configure server behavior and options

← Back to Dashboard
🌐 Server Configuration
Server URL:
@Model.ServerUrl
Director Endpoint:
@Model.ServerUrl/synergy/director
Database:
SQLite (rr3community.db)
Session Timeout:
24 hours
Auto-Approve Purchases:
✓ Enabled All purchases auto-approved for community servers
📱 APK Configuration
To connect game clients to this server:
Method 1: Use the automated script
.\RR3-Community-Mod.ps1 -ServerUrl "@Model.ServerUrl"
Located in: E:\rr3\RR3-Community-Mod.ps1
Method 2: Manual AndroidManifest.xml modification
  1. Decompile APK with APKTool
  2. Edit AndroidManifest.xml:
    • Change com.ea.nimble.configuration from "live" to "custom"
    • Add metadata: NimbleCustomizedSynergyServerEndpointUrl = @Model.ServerUrl
  3. Recompile and sign APK

View Full Guide

💻 System Info
Operating System
@Model.Platform
.NET Version
@Model.DotNetVersion
ASP.NET Core
@Model.AspNetVersion
Server Uptime
@Model.Uptime
Process ID
@Model.ProcessId
Working Memory
@Model.MemoryUsage MB
🗄️ Database Management

@Model.DbStats.Users

Users

@Model.DbStats.Devices

Devices

@Model.DbStats.Sessions

Sessions

@Model.DbStats.Purchases

Purchases

⚠️ Danger Zone
@section Scripts { }