RemoteAdmin

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(RemoteAdmin Commands)
Line 32: Line 32:
 
*[[RemoteAdmin:admin exists user|admin_exists_user]]  
 
*[[RemoteAdmin:admin exists user|admin_exists_user]]  
 
*[[RemoteAdmin:admin update user|admin_update_user]]
 
*[[RemoteAdmin:admin update user|admin_update_user]]
 +
 +
=== Object management ===
 +
 +
=== Parcel management ===
  
 
=== Region management ===
 
=== Region management ===
Line 58: Line 62:
 
*[[RemoteAdmin:admin acl add|admin_acl_add]]  
 
*[[RemoteAdmin:admin acl add|admin_acl_add]]  
 
*[[RemoteAdmin:admin acl remove|admin_acl_remove]]
 
*[[RemoteAdmin:admin acl remove|admin_acl_remove]]
 +
 +
=== Estate management ===
  
 
=== Administration ===
 
=== Administration ===

Revision as of 18:31, 13 December 2011


How to Setup the Remote Admin interface

First you should enable the remote admin interface to do so just add the following lines to your OpenSim.ini file Port should be set to a nonzero value to have the remote admin on a different port

As of r/16843 you can limit access to remote admin to specific IP addresses by using the optional access_ip_addresses. You can list all IP's allowed to access remote admin by seperating each IP by a comma. If access_ip_addresses isn't set, then all IP addresses can access RemoteAdmin.

[RemoteAdmin]
enabled = true
access_password = secret
enabled_methods = all

See OpenSim.ini.example in the OpenSim distribution for more details.

Further options

You can also specify a different port for the XMLRPCAdmin command listener from the default simulator HTTP port

[RemoteAdmin]
port = <port-number>

RemoteAdmin Commands

Agent management

User management

Object management

Parcel management

Region management

Region file management