A Flask + HTML app to monitor the status of a Valheim Roleplaying server. It shows real-time server status, players, IP, ports, and technical info, with a clean UI, expandable sections, and raw JSON data.
- ✅ Check if the server is Online / Offline
- 🌍 Display IP Address and latency (Ping)
- 👥 Show Current Players and Max Players
- 🗺 Expandable sections with:
- Server Info (name, map, version, type)
- Mods Info (keywords, mods)
- Ports Info (game port, query port)
- 📜 Raw JSON view for debugging
- 🔄 One-click Refresh
- 🌐 Auto-detects browser language (en/es)
- Flask — backend REST API
- HTML5 + CSS3 — frontend UI
- JavaScript (Fetch API) — dynamic data fetching
- Render — deployment
