Skip to content

List of servers without a query port

  • veloren.endcube.net (Endcube)
  • server.veloren.es (Veloren ES) No longer active
  • vlrn.hnrq.dev (VLRN)
  • play.rvn.gg ([US East] Ravengard)
  • veloren.aincradlatam.net (Aincrad LATAM Network) No longer active
  • joeisthebest.mooo.com (Veloren WestUS)
  • 1.159.228.1 ([AU]ShadowGaming-PVP-NEW-200Slots) No longer active
  • v.konata.club (konataClub) Host invalid
  • aus.rashmelon.com (AUS-RASHMELON) No longer active
  • veloren.prggz.net ([PRGGz] Comunidad Latina)
  • veloren1.sweplox.net (Sweplox Veloren) No longer active
  • veloren.ynh.ovh (LinuxOS FR)
  • dramatik.me (Dramatik) No longer active
  • 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