I believe this is what you need:
RenRem.exe 127.0.0.1 7000 pass123
(127.0.0.1 is localhost, so the server has to be on the same machine as you are running RenRem on. Port can be any unused port from 1 to 25500 or something like that.)
Where 7000 = your Remote Admin port in Server.ini
; RemoteAdminPort =
;
; The port to connect to for remote administration.
; This can be set per slave. The default slave ports will be shown when
; connecting to the master with the RenRem tool.
RemoteAdminPort =7000
and pass123 = RemoteAdminPassword
; RemoteAdminPassword =
;
; This is the password required to connect to a server with the RenRem
; admin too.
; Slave servers inherit this setting from the master.
RemoteAdminPassword =pass123
and remoteadmin is allowed:
; AllowRemoteAdmin =
;
; Set this to true to enable remote server administration via the RenRem
; tool. You must also set a password for remote administration to be
; allowed.
; Slave servers inherit this setting from the master.
AllowRemoteAdmin =True
I hope that works. I'm going on my assumptions. I use WinRem, so i'm not 100% sure.
[Updated on: Thu, 30 March 2006 15:22]
Report message to a moderator