RemoteAdmin

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(RemoteAdmin Commands)
 
(3 intermediate revisions by 2 users not shown)
Line 26: Line 26:
  
 
== RemoteAdmin Commands ==
 
== RemoteAdmin Commands ==
<div style="background-color:#ffa0a0; padding:15px">
+
<div style="background-color:#FFA0A0; padding:10px; padding-bottom:5px; border: 1px #FF544F solid">
 
'''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'''
 
'''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 56: Line 56:
  
 
=== Region file management ===
 
=== Region file management ===
{{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]]  
Line 76: Line 75:
 
* [[RemoteAdmin:admin console command|admin_console_command]]
 
* [[RemoteAdmin:admin console command|admin_console_command]]
  
=== Misc ===
+
=== Misc (Undocumented) ===
 
* [[RemoteAdmin:admin dialog|admin_dialog]]
 
* [[RemoteAdmin:admin dialog|admin_dialog]]
 
* [[RemoteAdmin:admin reset land|admin_reset_land]]
 
* [[RemoteAdmin:admin reset land|admin_reset_land]]
Line 90: Line 89:
 
* [[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]]
 +
* [[RemoteAdmin:RemoteAdmin Class|RemoteAdmin Class]]
  
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:RemoteAdmin]]
 
[[Category:RemoteAdmin]]

Latest revision as of 13:24, 14 April 2017

Contents

[edit] Introduction

RemoteAdmin is an interface for simulators that allows various operations to be executed from outside the simulator. Operations that relate to the simulator itself (e.g teleport user) are always available. Those that relate to grid services (user creation and updating) are only available in standalone mode. In grid mode, one has to use ROBUST level UserManipulation capabilities instead.

[edit] 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 OpenSimulator distribution for more details.

[edit] Further options

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

[RemoteAdmin]
port = <port-number>

[edit] 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

[edit] Agent management

[edit] User account management

[edit] Object management

[edit] Parcel management

[edit] Region management

[edit] Region file management

[edit] Region access management

[edit] Estate management

[edit] Administration

[edit] Misc (Undocumented)

[edit] Subcategories

Personal tools
General
About This Wiki