Ulysses Stuff > General Chat & Help and Support

access? need help

(1/2) > >>

.chaos:
first things first this is my first time running a dedicated server, so in other words the solution is probably sitting clearly in my face  :P

stuff to tell you

it's DEDICATED

versions : ULX v3.02 , ULib v2.03

status
hostname:  test server
version : 1.0.0.0/7 2992 secure
udp/ip  :  192.168.254.2:27015
map     :  freespace06_v2-1 at: 0 x, 0 y, 0 z
players :  1 (3 max)

# userid name uniqueid connected ping loss state adr
#  2 ".chaos" STEAM_0:1:10319043 06:33 32 0 active 192.168.254.2:27006

lua_run PrintTable( ULib.ucl )
> PrintTable( ULib.ucl )...
passTimeout   =   function: 027675D8
addAccessCallback   =   function: 027671D0
checkAuth   =   function: 02766FA8
callbacks:
      1   =   function: 027683E8
groups:
      admin:
            allow:
            deny:
      superadmin:
            allow:
            deny:
addUser   =   function: 02766A38
awaitingauth:
addGroup   =   function: 02766A20
authed:
users:
query   =   function: 027670B0
removeUser   =   function: 02767D40
probe   =   function: 02767D70
checkPass   =   function: 02767F68
callCallbacks   =   function: 02767638

lua_run PrintTable( util.KeyValuesToTable( file.Read( "../settings/users.txt" ) ) )
> PrintTable( util.KeyValuesToTable( file.Read( "../settings/users.txt" ) ) )...
admin:
superadmin:

I added my steam id to the garrysmod\settings\users.txt i double checked my steam id to make sure i didn't forget any thing

what all do i need to do so that i am recognized as superadmin?

Megiddo:
Show us your users.txt file, it says it's empty in the code there.

JamminR:
You've apparently not added yourself correctly to <gmod server>/settings/users.txt
Make sure you edited your dedicated server/garrysmod/settings/users.txt, NOT your normal game path <username>/garrysmod/garrysmod/settings/users.txt

If that's not the problem, please post your settings/users.txt from your dedicated server folder here. Full thing for now.

.chaos:
"Users"
{
   //
   // This is your users file
   //
   // You can use this file to add people as admins on your server
   // Add them to the relevant section
   //
   // If you're a Lua coder you can add your own sections and use them
   // in your script by doing pl:IsUserGroup( "admin" ) etc
   //

   "superadmin"
   {
      //"garry"         "STEAM_0:1:7099"
      //".chaos"         "STEAM_0:1:10319043"
   }
   
   "admin"
   {
      //"garry"         "STEAM_0:1:7099"
   }

}

thats the users .txt from my server

just how the wiki showed it

Megiddo:
Take off the '//' in front of your name and you're set. ;)

Navigation

[0] Message Index

[#] Next page

Go to full version