Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My server does not appear in the list of servers #141

Open
Keeplod opened this issue Jun 30, 2023 · 7 comments
Open

My server does not appear in the list of servers #141

Keeplod opened this issue Jun 30, 2023 · 7 comments

Comments

@Keeplod
Copy link

Keeplod commented Jun 30, 2023

https://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=31.128.156.38
Open ports udp 9876 9877 27015 27016
Host config from log:

{
  "Name": "Arena",
  "Description": "Arena1",
  "Port": 9876,
  "QueryPort": 9877,
  "Address": null,
  "MaxConnectedUsers": 40,
  "MaxConnectedAdmins": 4,
  "MinFreeSlotsNeededForNewUsers": 0,
  "ServerFps": 30,
  "AIUpdatesPerFrame": 200,
  "Password": "",
  "Secure": true,
  "Authenticate": true,
  "ListOnSteam": true,
  "ServerBranch": "",
  "GameSettingsPreset": "",
  "SaveName": "world1",
  "AutoSaveCount": 20,
  "AutoSaveInterval": 120,
  "CompressSaveFiles": true,
  "AutoSaveSmartKeep": "10:1:1,30:0:1,60:0:1,120:0:1,180:0:1,240:0:1,360:0:1,720:0:1,1440:0:1,2880:0:1,43200:99:0",
  "RunPersistenceTestsOnSave": false,
  "StorePersistenceDebugData": false,
  "GiveStarterItems": false,
  "LogAllNetworkEvents": false,
  "LogAdminEvents": true,
  "LogDebugEvents": true,
  "AdminOnlyDebugEvents": true,
  "EveryoneIsAdmin": false,
  "DisableDebugEvents": false,
  "EnableDangerousDebugEvents": false,
  "TrackArchetypeCreationsOnStartup": false,
  "ServerStartTimeOffset": 0.0,
  "PersistenceVersionOverride": -1,
  "LanMode": false,
  "LowerFPSWhenEmpty": false,
  "LowerFPSWhenEmptyValue": 1,
  "UseTeleportPlayersOutOfCollisionFix": true,
  "RemoteBansURL": "",
  "RemoteAdminsURL": "",
  "ResetDaysInterval": 0,
  "DayOfReset": -1,
  "AFKKickType": 0,
  "AFKKickDuration": 1,
  "AFKKickWarningDuration": 14,
  "AFKKickPlayerRatio": 0.5,
  "ListOnEOS": true,
  "EnableBacktraceANR": false,
  "API": {
    "Enabled": false,
    "BindAddress": "*",
    "BindPort": 9090,
    "BasePath": "/",
    "AccessList": "",
    "PrometheusDelay": 30
  },
  "Rcon": {
    "Enabled": false,
    "BindAddress": null,
    "Port": 25575,
    "Password": "",
    "TimeoutSeconds": 300,
    "MaxPasswordTries": 99,
    "BanMinutes": 0,
    "SendAuthImmediately": true,
    "MaxConnectionsPerIp": 20,
    "MaxConnections": 20
  }
}

Direct connection is working, server is up to date, server is not listed=(

@yebuq
Copy link

yebuq commented Jun 30, 2023

@Keeplod
Copy link
Author

Keeplod commented Jun 30, 2023

@RuntyRAWR
Copy link

Same here

@FSOL-XDAG
Copy link

Same here too. Only direct-connect works.

@cyanogenic
Copy link

+1

@flargargoyl
Copy link

Same problem here.
Port config, just-to-be-sure

ports:

#TCP
- '9876-9877:9876-9877/tcp'
- '27015-27016:27015-27016/tcp'
- '27030-27036:27030-27036/tcp'
#UDP
- '9876-9877:9876-9877/udp'
- '27015-27016:27015-27016/udp'
- '27030-27036:27030-27036/udp'

Steam see`s the server

{"response":{"success":true,"servers":[{"addr":"[PIBLIC_IP]:9877","gmsindex":-1,"steamid":"90178901966692383","appid":1604030,"gamedir":"V Rising","region":-1,"secure":true,"lan":false,"gameport":9876,"specport":0}]}}

None of the combination of the checkboxes allows me to find the server.
Direct connect works.
In "Continue" menu, the server is listed but with unknown status, and it cannot be updated.

@flargargoyl
Copy link

I had
"ListOnSteam": true,
and server was invisible in the search.
Ive added
"ListOnEOS": true
And its working good now.

https://github.com/StunlockStudios/vrising-dedicated-server-instructions last committed on Jul 6, 2022
instructions does not reflect the changes in the parameters used. Please, can someone update them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants