RemoteAdmin

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(RemoteAdmin Commands)
m (Robot: Cosmetic changes)
Line 1: Line 1:
__NOTOC__ {{Quicklinks}} <br>
+
__NOTOC__ {{Quicklinks}} <br />
  
 
== How to Setup the Remote Admin interface ==
 
== How to Setup the Remote Admin interface ==
Line 21: Line 21:
 
  port = <port-number>
 
  port = <port-number>
  
== RemoteAdmin Commands ==
+
== RemoteAdmin Commands ==
 
<div style="background-color:#ffa0a0; padding:15px">
 
<div style="background-color:#ffa0a0; padding:15px">
<b>Caution ! All commands using parameters for the uuid of a region use "region_id" as parameter. All other parameters eg. region_uuid or regionID will be removed after June 2012</b>
+
'''Caution ! All commands using parameters for the uuid of a region use "region_id" as parameter. All other parameters eg. region_uuid or regionID will be removed after June 2012'''
 
</div>
 
</div>
  
Line 51: Line 51:
 
=== Region file management ===
 
=== Region file management ===
 
{{multicol}}
 
{{multicol}}
*[[RemoteAdmin:admin load heightmap|admin_load_heightmap]]
+
* [[RemoteAdmin:admin load heightmap|admin_load_heightmap]]
*[[RemoteAdmin:admin load oar|admin_load_oar]]  
+
* [[RemoteAdmin:admin load oar|admin_load_oar]]  
*[[RemoteAdmin:admin load xml|admin_load_xml]]  
+
* [[RemoteAdmin:admin load xml|admin_load_xml]]  
*[[RemoteAdmin:admin save heightmap|admin_save_heightmap]]  
+
* [[RemoteAdmin:admin save heightmap|admin_save_heightmap]]  
*[[RemoteAdmin:admin save oar|admin_save_oar]]  
+
* [[RemoteAdmin:admin save oar|admin_save_oar]]  
*[[RemoteAdmin:admin save xml|admin_save_xml]]  
+
* [[RemoteAdmin:admin save xml|admin_save_xml]]  
  
  
 
=== Region access management ===
 
=== Region access management ===
*[[RemoteAdmin:admin acl list|admin_acl_list]]  
+
* [[RemoteAdmin:admin acl list|admin_acl_list]]  
*[[RemoteAdmin:admin acl clear|admin_acl_clear]]  
+
* [[RemoteAdmin:admin acl clear|admin_acl_clear]]  
*[[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 ===
 
=== Estate management ===
  
 
=== Administration ===
 
=== Administration ===
*[[RemoteAdmin:admin console command|admin_console_command]]
+
* [[RemoteAdmin:admin console command|admin_console_command]]
  
== Subcategories ==
+
== Subcategories ==
  
*[[RemoteAdmin:RemoteAdmin Examples|RemoteAdmin Examples]]  
+
* [[RemoteAdmin:RemoteAdmin Examples|RemoteAdmin Examples]]  
*[[RemoteAdmin:RemoteAdmin Proposals|RemoteAdmin Proposals]]  
+
* [[RemoteAdmin:RemoteAdmin Proposals|RemoteAdmin Proposals]]  
*[[RemoteAdmin:RemoteAdmin Standards|RemoteAdmin Standards]]
+
* [[RemoteAdmin:RemoteAdmin Standards|RemoteAdmin Standards]]
*[[RemoteAdmin:RemoteAdmin Implement new command|RemoteAdmin How to implement new commands]]
+
* [[RemoteAdmin:RemoteAdmin Implement new command|RemoteAdmin How to implement new commands]]
  
 
+
[[Category:Development]]
[[Category:Development]][[Category:RemoteAdmin]]
+
[[Category:RemoteAdmin]]

Revision as of 21:04, 3 March 2012


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

Caution ! All commands using parameters for the uuid of a region use "region_id" as parameter. All other parameters eg. region_uuid or regionID will be removed after June 2012

Agent management

User management

Object management

Parcel management

Region management

Region file management