System Information
Field | Value |
---|---|
Operating System | Linux - Debian GNU/Linux 12 on x86_64 |
Product | AMP ‘Phobos’ v2.6.0.12 (Mainline) |
Virtualization | Docker |
Application | Arma Reforger |
Module | GenericModule |
Running in Container | Yes |
Current State | Ready |
Problem Description
Issue
Trying to connect a python script to the RCON. I can establish a connection, but the server response is always BEA
Reproduction Steps
- Simple python script using sockets to connect and send a “players” command. But returns BEA
- Tried to use valve.RCON
- Tried to view received raw hex:
- Hex response:
Sending authentication…
Raw Hex Response: b’4245ffedd941ff0000’
Decoded Response: BEA
Sending command: players
Raw Hex Response: b’4245ffedd941ff0000’
Decoded Response: BEA