OS Name/Version:
Linux Mint 22.1
Product Name/Version: (Always use the full version number - not ‘Latest’)
AMP Release “Phobos”
v2.6.1.6, built 21/04/2025 13:43
Problem Description:
Run a rust server with the “+server.secure 0 +server.encryption 0 +server.eac 0” options and client gane just hangs “negotiating connection”
I can run a steamcmd rust server myself from a shell locally and run the steam game and connect and play just fine. When I try to run the server in amp two things can happen.
First is the client refuses to connect due to EAC not being active, which is to be expected since if I run my own server with vanilla startup options the same thing happens. My solution there is to add “+server.secure 0 +server.encryption 0 +server.eac 0” to the start options and that works on my own server, but using the amp server with the same work around the client game just hangs “negotiating connection”.
Steps to reproduce:
Create a rust server steamcmd instance with amp.
Add “+server.secure 0 +server.encryption 0 +server.eac 0” options to server start arguments.
Connect to server using game client. Note client hangs “negotiating connection”
Actions taken to resolve so far:
Ask support for help hoping they have an answer.