administer a server remotely(sorry for english)

06/22/2012 09:32 noars#1
Hi all,
i need your help for administer a server remotely.
that is possible and how?
Best regards!!!
06/24/2012 03:12 haxti#2
Everything is explained on this board. A real tool isnt released yet ( i guess). You can try using the telnet interface
06/24/2012 09:41 noars#3
Thanks, when i use telnet i've message invalid command....
example:
/run notice("test")...
On table alowedcommandforpermission i need to active permission or what?

I resolved the problem, with putty and adcon 4.3 work fines.
06/29/2012 15:53 captain herlock#4
When using telnet, you don't need to type in "/run". You just need to put in "#" infront of it instead. So instead of

/run notice("test")

it's

#notice("test")

For character specific commands such as learn_all_skill. You have to put the character name at the end of most commands. For example, in game you usually put in:

/run learn_all_skill()

In telnet or the game server console it's:

#learn_all_skill("character_name")

Have fun.
06/30/2012 20:55 Tekknoid#5
little hint.. you should close your Telnet port....

A simple security!!!
07/01/2012 01:25 captain herlock#6
Probably a good idea too. People have been hacked through it. It's safer to just go to the physical server and input commands in that way rather than remotely.