2023-10-20 22:43:32 -04:00
|
|
|
---
|
|
|
|
icon: material/list-status
|
2023-10-22 10:49:18 -04:00
|
|
|
description: The status of the servers and other related services.
|
2023-10-20 22:43:32 -04:00
|
|
|
---
|
|
|
|
|
2023-11-06 09:45:52 -05:00
|
|
|
# Status
|
|
|
|
|
2023-10-21 17:49:37 -04:00
|
|
|
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.
|
2023-10-20 22:43:32 -04:00
|
|
|
|
2023-11-06 14:34:42 -05:00
|
|
|
## Servers
|
|
|
|
|
2023-11-06 21:58:15 -05:00
|
|
|
| Service | Status | Uptime | Depends |
|
|
|
|
|-------------|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|------------------|
|
2023-11-20 13:06:53 -05:00
|
|
|
| Root Server | ![Root Server Status Chip](https://status.unit15.net/api/badge/5/status){ loading=lazy } | ![Root Server Uptime Chip](https://status.unit15.net/api/badge/5/uptime/24?label=24h){ loading=lazy } | Subnet's Network |
|
|
|
|
| Proxy | ![Proxy Status Chip](https://status.unit15.net/api/badge/4/status){ loading=lazy } | ![Proxy Uptime Chip](https://status.unit15.net/api/badge/4/uptime/24?label=24h){ loading=lazy } | Root Server |
|
2023-11-06 21:58:15 -05:00
|
|
|
| Survival | ![Survival Status Chip](https://status.unit15.net/api/badge/1/status){ loading=lazy } | ![Survival Uptime Chip](https://status.unit15.net/api/badge/1/uptime/24?label=24h){ loading=lazy } | Proxy |
|
|
|
|
| Creative | ![Creative Status Chip](https://status.unit15.net/api/badge/2/status){ loading=lazy } | ![Creative Uptime Chip](https://status.unit15.net/api/badge/2/uptime/24?label=24h){ loading=lazy } | Proxy |
|
2023-11-20 13:06:53 -05:00
|
|
|
| Hub | ![Hub Status Chip](https://status.unit15.net/api/badge/3/status){ loading=lazy } | ![Hub Uptime Chip](https://status.unit15.net/api/badge/3/uptime/24?label=24h){ loading=lazy } | Proxy |
|
2023-11-06 14:34:42 -05:00
|
|
|
|
|
|
|
## Other Services
|
|
|
|
|
2023-11-06 21:58:15 -05:00
|
|
|
| Service | Status | Uptime | Depends |
|
|
|
|
|--------------|-------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|-----------|
|
2023-11-20 13:06:53 -05:00
|
|
|
| Survival Map | ![Survival Map Status Chip](https://status.unit15.net/api/badge/6/status){ loading=lazy } | ![Survival Map Uptime Chip](https://status.unit15.net/api/badge/6/uptime/24?label=24h){ loading=lazy } | Web Proxy |
|
2023-11-06 21:58:15 -05:00
|
|
|
| Bedrock DNS | N/A | N/A | N/A |
|
2023-11-06 13:25:37 -05:00
|
|
|
|
2023-12-01 10:28:49 -05:00
|
|
|
[Open Full Status Page :material-list-status:](https://status.unit15.net/status/midnightvalley){ .md-button }
|
|
|
|
|
|
|
|
??? tip "The weeds"
|
|
|
|
|
|
|
|
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
|
|
|
|
```
|