Question
Steamcmd login failed with error code 3
Hi all,
I’m trying to set up a CS:GO server using the steamcmd tool. But when I attempt “login anonymous” or “login USERNAME PASSWORD” I get the following
Connecting anonymously to Steam Public...Login Failure: No Connection
FAILED with result code 3
I’ve tried with Ubuntu 12.04 64, 14.04 64 and Debian 7 32 and I get the same issue.
I’ve tried implemented to recommended firewall rules
iptables -A INPUT -p udp -m udp --sport 27000:27030 --dport 1025:65355 -j ACCEPT
iptables -A INPUT -p udp -m udp --sport 4380 --dport 1025:65355 -j ACCEPT
But I still get the same. I’ve tried with steamCMD directly as well as the following csgo specific script http://danielgibbs.co.uk/lgsm/csgoserver/
Has anyone done this recently? Am I missing something obvious?
Ta :)
-Chris
Edit
Here is the original guide I intended to follow, it mentions DO specifically, so I assume it’s possible!
http://ksloan.net/how-to-set-up-your-own-csgo-dedicated-server-in-less-than-5-minutes-linux/
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×