[ERROR] Unauthed player
1. query - [C]:-1
2. fn - addons/ulx/lua/ulx/modules/sh/util.lua:407
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:108
How many addons do you have on your server?
Could we get a list of all the addons?
Do you have any addons that use
NextBot?
Please get your sever startup logs so we can see if there are any other errors on startup.
Also are you running with NFO by any chance? I've googled the error and found that some people got this issue when not installing ULX via the control panel on an NFO server.
While I was looking for the links to link the lines in your error, I found that error number 3 seems not to make any sense at least not with the line number it is indicating. Is your ULX up to date?
Also so we have slightly more insight please try running the following code through rcon while you are on the server, and paste what it outputs here. (Even if it is an error.)
ulx version
This will tell us what version of ULX you are running.
lua_run local u = ULib.getUser('multi') print('UCL T1: ',ucl.query(u, 'ulx ban', true)) print('UCL T2: ',ucl.query(u, 'ulx help', true)) ucl.getUserInfoFromID(u:UniqueID())
Assuming your name is "multi" on the server this will test if you have access to some simple commands as well as print out info about your group/rank.