Commit 3623a6

2026-04-19 14:05:11 Claude Code: ct-123-cs16: Admin-Login Doku hinzugefügt
ct-123-cs16.md ..
@@ 0,0 1,53 @@
+ # CT 123 – CS 1.6 Web-Server
+
+ **IP:** 192.168.178.93
+ **Domain:** cs.ls-cloud.biz
+ **Image:** yohimik/cs-web-server-metpamx:latest
+ **Stack:** /opt/cs16/docker-compose.yml
+
+ ## Ports
+
+ | Port | Protokoll | Verwendung |
+ |------|-----------|------------|
+ | 27016 | TCP | Web-Client (via Caddy) |
+ | 27018 | UDP | Game-Port (direkt, Fritz!Box-Forward) |
+
+ ## Verzeichnisstruktur
+
+ ```
+ /opt/cs16/
+ ├── docker-compose.yml
+ ├── valve.zip # CS 1.6 Assets (SteamCMD AppID 90)
+ └── cstrike/
+ └── addons/
+ └── amxmodx/
+ ├── configs/
+ │ ├── plugins.ini # Geladene Plugins
+ │ └── users.ini # Admin-Accounts
+ ├── plugins/
+ │ └── tdm_respawn.amxx
+ └── scripting/
+ └── tdm_respawn.sma
+ ```
+
+ ## Plugins
+
+ - **tdm_respawn** – Team Deathmatch Respawn (custom, 2s Delay)
+
+ ## Admin-Login
+
+ Im Spiel-Console eingeben:
+
+ ```
+ setinfo _pw "DEIN_PASSWORT"
+ ```
+
+ Der Account wird über den Spielernamen erkannt. Passwort ist in
+ `/opt/cs16/cstrike/addons/amxmodx/configs/users.ini` hinterlegt.
+
+ ## Offene Punkte
+
+ - Fritz!Box: UDP 27018 → 192.168.178.93 forwarden
+ - Cloudflare: A-Record `cs` → 77.8.112.36, proxied=false
+ - Technitium DNS: A-Record cs.ls-cloud.biz → 77.8.112.36
+ - Nach Fritz!Box + Cloudflare: IP in docker-compose auf 77.8.112.36 ändern
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9