List of servers without a query port
-
veloren.endcube.net
(Endcube) -
No longer activeserver.veloren.es
(Veloren ES) -
vlrn.hnrq.dev
(VLRN) -
play.rvn.gg
([US East] Ravengard) -
No longer activeveloren.aincradlatam.net
(Aincrad LATAM Network) -
joeisthebest.mooo.com
(Veloren WestUS) -
No longer active1.159.228.1
([AU]ShadowGaming-PVP-NEW-200Slots) -
Host invalidv.konata.club
(konataClub) -
No longer activeaus.rashmelon.com
(AUS-RASHMELON) -
veloren.prggz.net
([PRGGz] Comunidad Latina) -
No longer activeveloren1.sweplox.net
(Sweplox Veloren) -
veloren.ynh.ovh
(LinuxOS FR) -
No longer activedramatik.me
(Dramatik) -
uae.zapto.org
(AETeam Middle East [UAE])
If you own any of the above servers, please enable query server support and comment on the issue using the following template:
server: `address of server`
port: `14006` (or another query port you chose)
Enabling query server support for an existing server
The query server is enabled by default for new servers, old servers however have to manually enable it. To enable the querying on an existing server follow these steps:
- Chose a port you want the query server to be reachable on,
14006
is the default but anything works - Add the following entry to
userdata/server/server_config/settings.ron
:query_address: Some("0.0.0.0:query port"),
Example:
auth_server_address: Some("https://auth.veloren.net"),
+ query_address: Some("0.0.0.0:14006"),
max_players: 20,
world_seed: 740739143,
- Make sure that the query port is reachable from the outside on UDP (by ie. adjusting your firewall rules)
- Comment on the issue with the server and query port :)
Edited by crab