Page 1 of 1

set up online headles linux server with "require_user_verification": false

Posted: Thu Jun 30, 2022 2:58 am
by isralex
Im having troubles and i dont know if still is a feature if not authenticated players can join a server.
I have a running and operational linux headless server hosted with its own IP, game password and forwared ports, i dont have trouble with that, my problem is to allow not verified users to join the server, and in my json config server file have the following:

Code: Select all

  "require_user_verification": false,
 "visibility":
  {
    "public": false,
    "lan": true
  },
Also in the Json file the credentials fields of "username" and "password" are empty.
With a verified and logged-in account i am able to connect and join as normal, but with a unlogged account I can't.
My question is, in the json config file, is this enough for non-verified players to join a server or I'm missing something else? Is it still possible?
My server runs on 1.1.49 version of the game