I'm trying to figure out the rcon commands and what not, is there any way to log in with admin? when i use the old rcon.login it get invalid command and i can't find a list of the new commands at all
not at the moment.
I posted the same question on the Rust Reddit and apparently Gary answered it for me :O
"You can't login via Rcon in the client anymore. The server admin can add you via
moderatorid <Steamid>
and you'll be an admin."
Using Rusty I tried the moderatorid:
[code]
> moderatorid xxxxxxxxxxxxxxxxx
[RCON][127.0.0.1:57988] moderatorid xxxxxxxxxxxxxxxxx
[/code]
And in the console:
[code]
sendjes has auth level 1
[/code]
Seems to be working, although, commands to use as a mod would be nice :)
[QUOTE=sendjes;45960317]Using Rusty I tried the moderatorid:
[code]
> moderatorid xxxxxxxxxxxxxxxxx
[RCON][127.0.0.1:57988] moderatorid xxxxxxxxxxxxxxxxx
[/code]
And in the console:
[code]
sendjes has auth level 1
[/code]
Seems to be working, although, commands to use as a mod would be nice :)[/QUOTE]
can't get this to work either via rusty or directly in server console.
tried both ownerid and moderatorid
is the steam ID the full or part ID number ?
It's the steamID64, find your ID here:
[url]http://steamidconverter.com/[/url]
and remember to use the Rusty for Experimental:
[url]http://goo.gl/NuMupU[/url]
source:
[url]http://facepunch.com/showthread.php?t=1350623[/url]
[QUOTE=sendjes;45960671]It's the steamID64, find your ID here:
[url]http://steamidconverter.com/[/url]
and remember to use the Rusty for Experimental:
[url]http://goo.gl/NuMupU[/url]
source:
[url]http://facepunch.com/showthread.php?t=1350623[/url][/QUOTE]
yep thought i was doing it right :(
rusty is working (connected) i have the right Steam64ID
server is receiving commands, just not elevating my authority level.
Thanks for rapid response.
Odd, so you're not getting same response as me? And no problem.
ok just updated server and client re-started logged on to my server and got
kulan has auth level 2
Cool don't know why it's just started to work but hey it is :/
Ok so i did some playing about with this, it won't give you auth 1 or 2 while you are connected, if you disconnect then reconnect it give it you,
also this setting is reset when you restart/update server.
ownerid works for me.
inventory.give wood 1000 also works it appears all the items have lowercase names now.
so now its time to test my server with huge buildings WOO
So inventory.give works for people added as moderator?
*EDIT* Works, and thanks for the info.
has anyone found any other commands?
I was told about spectate and respawn. but anyone find anything else?
all commands can be found via "find ."
list of all spawnable items and there lowercase names can be found here
[url]http://radmin.elasticbeanstalk.com/item/list/approved/consumable/[/url]
sweeeeet
Great info!
kulan, the inventory.give item doesnt show up when i run "find ." - does it show up for you?
Also, does anyone know how to adjust the default spawn items on the server side?
[QUOTE=kulan;45962920]ok just updated server and client re-started logged on to my server and got
kulan has auth level 2
Cool don't know why it's just started to work but hey it is :/
Ok so i did some playing about with this, it won't give you auth 1 or 2 while you are connected, if you disconnect then reconnect it give it you,
also this setting is reset when you restart/update server.[/QUOTE]
[code]
server.writecfg
[/code]
now produces 3 .cfg files in your servers cfg folder, and using the moderatorid command, saves it to the user.cfg file:
[code]
moderatorid 76561197973863337 "unnammed" "no reason"
[/code]
I then tried this:
[code]
moderatorid 76561197973863337 sendjes test
[/code]
followed by
[code]
server.writecfg
[/code] and now it shows as:
[code]
moderatorid 76561197973863337 "sendjes" "test"
[/code]
in the user.cfg, so it looks like we're moving ahead, good stuff.
ps. sorry if my post looks messy, been messing with codes all day, got tunnelvision now.
[QUOTE=rustafied;45966306]Great info!
kulan, the inventory.give item doesnt show up when i run "find ." - does it show up for you?
Also, does anyone know how to adjust the default spawn items on the server side?[/QUOTE]
+spawn.min_rate (0.1)
+spawn.max_rate (1.0)
+spawn.min_density (0.1)
+spawn.max_density (1.0)
min_rate and min_density at 5, with max at 10 is nice.
Sorry to break into this thread, but I've got a related question.
I'm renting a server from Nitrous Networks, and using the Custom Commandline feature I've set an rcon password and port, but I'm unable to connect to it. In my search I've came across the 'rcon.password', 'rcon.port' commands, but they do not seem to do anything.
Would 'server.writecfg' be needed for this to work too? Or does anyone have any other idea on how to solve this issue? (Nitrous Networks support says the port is open..)
[QUOTE=iScripters;46231037]Sorry to break into this thread, but I've got a related question.
I'm renting a server from Nitrous Networks, and using the Custom Commandline feature I've set an rcon password and port, but I'm unable to connect to it. In my search I've came across the 'rcon.password', 'rcon.port' commands, but they do not seem to do anything.
Would 'server.writecfg' be needed for this to work too? Or does anyone have any other idea on how to solve this issue? (Nitrous Networks support says the port is open..)[/QUOTE]
Is your server experimental or legacy?
[QUOTE=elixwhitetail;46231401]Is your server experimental or legacy?[/QUOTE]
Experimental
[QUOTE=iScripters;46231037]Sorry to break into this thread, but I've got a related question.
I'm renting a server from Nitrous Networks, and using the Custom Commandline feature I've set an rcon password and port, but I'm unable to connect to it. In my search I've came across the 'rcon.password', 'rcon.port' commands, but they do not seem to do anything.
Would 'server.writecfg' be needed for this to work too? Or does anyone have any other idea on how to solve this issue? (Nitrous Networks support says the port is open..)[/QUOTE]
Have you tried "Rusty" ? [URL="http://facepunch.com/showthread.php?t=1350623"]http://facepunch.com/showthread.php?t=1350623[/URL]
Some have problems with it but I never have for connecting and rconing,
After doing ownerid ......i Have an issue.... but log out then back in and it works, but I have an issue with it remembering so I need to do it every day :(
[QUOTE=thren;46239076]Have you tried "Rusty" ? [URL="http://facepunch.com/showthread.php?t=1350623"]http://facepunch.com/showthread.php?t=1350623[/URL][/QUOTE]
Yes I have. As well as several custom implementations and the Rusty 'web client'. Just got another reply from the hosting company; "I think I found the issue, the RCON port binds to the loopback address so 127.0.0.1"
So it might soon be fixed ^^ Thanks for your reply anyway!
Sorry, you need to Log In to post a reply to this thread.