quakejs icon indicating copy to clipboard operation
quakejs copied to clipboard

where do clients enter passwords?

Open jasondaigo opened this issue 4 years ago • 3 comments

when i start the server with seta g_password where are clients suppose to enther the password? can they put it somewhere in the connect url?
thanks in advance

jasondaigo avatar Oct 23 '20 20:10 jasondaigo

Yes. Enter the standard url http://www.quakejs.com/play?connect%2034.107.80.109:27960&set%20g_password%20password123

ghost avatar Oct 31 '20 17:10 ghost

does this still work? i tried various combinations now and it always gives me invalid password somehow :-( i can only connect without pass. i tried these settings in server.cfg: seta g_password "pass" seta g_password pass set g_password "pass" set g_password pass

maybe the url has to be different?
it does work with console commands but im just curious

edit: nvm its actually just password in my case, not g_password

jasondaigo avatar Feb 05 '22 10:02 jasondaigo

Try adding

g_needpass 1

Are you trying to make a server with a password or connect to a server with a password?

Yes, setting a password to start a server is g_password, setting it to get into game I think is just password like in my original response.

ghost avatar Feb 05 '22 16:02 ghost