RemoteAdmin
From OpenSimulator
(Difference between revisions)
Line 69: | Line 69: | ||
− | [[Category:Development][Category:RemoteAdmin]] | + | [[Category:Development]][[Category:RemoteAdmin]] |
Revision as of 09:25, 10 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
Region management
- admin_broadcast
- admin_close_region
- admin_create_region
- admin_delete_region
- admin_modify_region
- admin_region_query
- admin_restart
- admin_shutdown
Region file management
Region access managementAdministrationSubcategories |