View Single Post
Author Message
Cripix
Senior Member
Join Date: Sep 2016
Location: French, Bordeaux
Old 11-15-2016 , 16:42   Could not establish connection to Steam servers.
Reply With Quote #1

Hi

I tried to install a server cs go with the script
gameservermanager

But the problem is that it happens not connect to the server of Steam and the one give me this error
Code:
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Setting breakpad minidump AppID = 730
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Setting breakpad minidump AppID = 740
Logging into Steam gameserver account with logon token 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
Could not establish connection to Steam servers.
I tried:
-Reinstall the VPS (Debian and Ubuntu)
-Reinstall the server
-Change token (730 and 740)
-Remove the firewall and place one
-Change Launch Options

My launch options :
Code:
-game csgo -usercon -strictportbind +sv_lan 0 +ip ${ip} +port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +sv_setsteamaccount ${gslt} -tickrate ${tickrate}
+map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers}
+mapgroup ${mapgroup} +game_mode ${gamemode} +game_type ${gametype}
My ports
Code:
port="27015"
sourcetvport="27020"
clientport="27005"
Thank you for your help!!!
Cripix is offline