An Otter Wiki
Attachments
History
Blame
Rename
Delete
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Create page
Page Index
Container-Und-Vms
Ct-100-Guacamole
Ct-101-Jellyfin
Ct-102-Pbs
Ct-103-Fileserver
Ct-104-Immich
Ct-105-Downloads
Ct-107-Monitoring
Ct-108-Wiki
Ct-111-Webserver
Ct-113-Authelia
Ct-114-Games
Ct-117-Technitium-Dns
Ct-118-Paperclipai
Ct-119-Azerothcore
Ct-121-Vaultwarden
Ct-122-Karakeep
Ct-123-Cs16
Gm-Commands
Home
Infrastruktur-Uebersicht
Lscloud-Inventur
Medien-Und-Daten
Netz-Und-Domains
Openclaw-Agent-Architektur
Operativer-Einstieg
Runbooks
Services-Uebersicht
Stoerungen-Und-Fehlerbilder
Storage-Und-Mounts
Tmux
Vm-200-Windows11Pro
Vm-201-Macos-Sequoia
Wow Server-Konsole
An Otter Wiki
Ct-123-Cs16
3623a6
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