4 KiB
4 KiB
icon | description |
---|---|
material/list-status | The status of the servers and other related services. |
Status
This table shows the status and uptime of the servers. The relationship is as follows:
The Root Server must be up for the Proxy to work. The Proxy must be up to access the game servers.
Servers
Other Services
Service | Status | Uptime | Depends |
---|---|---|---|
Survival Map | { loading=lazy } | { loading=lazy } | Web Proxy |
Bedrock DNS | N/A | N/A | N/A |
Open Full Status Page :material-list-status:{ .md-button }
??? tip "The weeds (Nerdy network stuff)"
This is the advanced diagram of the network and reliances.
``` mermaid
graph TD
ISP --> ONT
ONT --> Router[Site 1 Router]
Router --> CoreSW{Core Switch}
CoreSW --> PVE[Hypervisor]
PVE --> MCServer[Minecraft Server]
PVE --> DBServer
DBServer --> MariaDB
PVE --> K3S[K3S Server]
K3S --- NGINXPM[Nginx Proxy Manager]
MCServer --- NGINX
MCServer --- Proxy{Velocity Proxy}
Proxy --- Survival
Proxy --- Creative
Proxy --- Hub
Proxy --- Plan
Plan -.- NGINX
MariaDB -.- Proxy
MariaDB -.- Survival
MariaDB -.- Creative
MariaDB -.- Hub
MariaDB -.- Plan
MariaDB -.- DynMap
Survival --- DynMap
DynMap -.- NGINX
NGINX -.- NGINXPM
MCServer --> Website
Website --> NGINX
ISP2[ISP 2] --> Modem
Modem --> RouterS2[Site 2 Router]
Router -.S2S VPN.- RouterS2
RouterS2 --> Steve[Steve Server]
Steve --> Monitoring
```