Opensim Commands
Server Console Commands
General Server Command
alert
- Description: alert sends and alert to a designated user or to all users.
- Usage: alert [First] [Last] [Message] - send an alert to a user. Case sensitive.
- Usage: alert general [Message] - send an alert to all users.
Backup
- Description: backup - triggers a simulator backup
- Usage: backup
change-region
- Description: changes the region name
- Usage: change-region [region name]
change-region root (or ..) - exits the region and returns to 'root'
- Description: -
- Usage: -
• clear-assets - forcibly clears asset cache, probably leaving sim unstable. Use with caution.
- Description: -
- Usage: -
• create-region [name] [filename] - Creates a new region.
- Description: -
- Usage: -
• create user [first] [last] [passw] [RegionX] [RegionY] - creates a new user and password
with region set to the region defined by the given coordinates or just: create user - and server prompts for all data
- Description: -
- Usage: -
Note: In standalone mode use the User default coordinates
of 1000 for Start Region X and Y position otherwise server
gives error of "[LOGIN]: Not found region"
• command-script [name of scriptfile] - Runs a command script containing server commands.
- Description: -
- Usage: -
• edit-scale [primitivename] [xvalue] [yvalue] [zvalue] - changes size of the named prim.
- Description: -
- Usage: -
• force-update - triggers a resend of all prims in a region.
- Description: -
- Usage: -
• help - ehm... what was this for again...?
- Description: -
- Usage: -
• load-xml [filename] [-newUID] [offset_x offset_y offset_z] - load prims from XML
- Description: -
- Usage: -
-newUID optional switch generates new UUID's for all prims
leave this switch off to keep UUID's as they were
Offset is optional
This example lets you place it at an offset from 100,100,20.. as such:
load-xml [filename] -newUID 3 1 2
(Loading the prim at 103, 101, 22)
• save-xml [filename] - save prims to XML
- Description: -
- Usage: -
• load-xml2 [filename] - optional parameters not supported for XML2 format as at 1-Jul-2008
- Description: -
- Usage: -
• save-xml2 [filename] - save prims to XML (Format 2 - rearrangement of some nodes, to make
loading/saving easier)
- Description: -
- Usage: -
• load-oar [filename] - load an OpenSimulator archive. This entirely replaces the current region.
- Description: -
- Usage: -
Default filename is scene_oar.tar.gz. See OpenSim Archives for more details.
• save-oar [filename] - save the current region to an OpenSimulator archive. Default filename is
scene_oar.tar.gz. See OpenSim Archives for more details.
- Description: -
- Usage: -
• permissions [on|off] - each user becomes super user
- Description: -
- Usage: -
• script [command] - sends a command to all scripts in the Scene
- Description: -
- Usage: -
• set-time [time] - sets the region's clock
- Description: -
- Usage: -
• show assets - shows state of asset cache.
- Description: -
- Usage: -
• show uptime - show simulator startup and uptime.
- Description: -
- Usage: -
• show users - show info about connected users.
- Description: -
- Usage: -
• show modules - show info about loaded region or shared modules
- Description: -
- Usage: -
• show threads - shows the persistent threads registered with the system. Does not include
threadpool threads.
- Description: -
- Usage: -
• shutdown - disconnect all clients and shutdown.
- Description: -
- Usage: -
• terrain help - show help for terrain commands.
- Description: -
- Usage: -
• quit - equivalent to shutdown.
- Description: -
- Usage: -
Terrain Specific
Terrain
- Description: -
- Usage: -
Type terrain before each of these commands to use. Also note that some of these may require a sim restart
to show properly.
• load - Loads a terrain from a specified file.
- Description: -
- Usage: -
• load-tile - Loads a terrain from a section of a larger file.
- Description: -
- Usage: -
• save - Saves the current heightmap to a specified file.
- Description: -
- Usage: -
• fill - Fills the current heightmap with a specified value.
- Description: -
- Usage: -
• elevate - Raises the current heightmap by the specified amount.
- Description: -
- Usage: -
• lower - Lowers the current heightmap by the specified amount.
- Description: -
- Usage: -
• multiply - Multiplies the heightmap by the value specified.
- Description: -
- Usage: -
• bake - Saves the current terrain into the regions revert map.
- Description: -
- Usage: -
• revert - Loads the revert map terrain into the regions heightmap.
- Description: -
- Usage: -
• newbrushes - Enables experimental brushes which replace the standard terrain brushes.
WARNING: This is a debug setting and may be removed at any time.
• stats - Shows some information about the regions heightmap for debugging purposes.
- Description: -
- Usage: -
• effect - Runs a specified plugin effect
- Description: -
- Usage: -
Commands (Explained)
- Description: -
- Usage: -
load
Loads a terrain from a specified file.
Parameters
• filename (String)
The file you wish to load from, the file extension determines the loader to be used.
Supported extensions include: .r32 (RAW32) .f32 (RAW32) .ter (Terragen) .raw (LL/SL
RAW) .jpg (JPEG) .jpeg (JPEG) .bmp (BMP) .png (PNG) .gif (GIF) .tif (TIFF) .tiff (TIFF)
load-tile
Loads a terrain from a section of a larger file.
Parameters
• filename (String)
The file you wish to load from, the file extension determines the loader to be used.
Supported extensions include: .r32 (RAW32) .f32 (RAW32) .ter (Terragen) .raw (LL/SL
RAW) .jpg (JPEG) .jpeg (JPEG) .bmp (BMP) .png (PNG) .gif (GIF) .tif (TIFF) .tiff (TIFF)
• file width (Integer)
The width of the file in tiles
• file height (Integer)
The height of the file in tiles
• minimum X tile (Integer)
The X region coordinate of the first section on the file
• minimum Y tile (Integer)
The Y region coordinate of the first section on the file
save
Saves the current heightmap to a specified file.
Parameters
• filename (String)
The destination filename for your heightmap, the file extension determines the format to
save in. Supported extensions include: .r32 (RAW32) .f32 (RAW32) .ter (Terragen) .raw (LL/
SL RAW) .jpg (JPEG) .jpeg (JPEG) .bmp (BMP) .png (PNG) .gif (GIF) .tif (TIFF) .tiff (TIFF)
fill
Fills the current heightmap with a specified value.
Parameters
• value (Double)
The numeric value of the height you wish to set your region to.
elevate
Raises the current heightmap by the specified amount.
Parameters
• amount (Double)
lower
Lowers the current heightmap by the specified amount.
Parameters
• amount (Double)
The amount of height to remove from the terrain in meters.
multiply
Multiplies the heightmap by the value specified.
Parameters
• value (Double)
The value to multiply the heightmap by.
bake
Saves the current terrain into the regions revert map.
revert
Loads the revert map terrain into the regions heightmap.
newbrushes
Enables experimental brushes which replace the standard terrain brushes. WARNING: This is a
debug setting and may be removed at any time.
Parameters
• Enabled? (Boolean)
true / false - Enable new brushes
stats
Shows some information about the regions heightmap for debugging purposes.
effect
Runs a specified plugin effect
Parameters
• name (String)
The plugin effect you wish to run, or 'list' to see all plugins
SVNBackup Module
• svn save - saves a current copy of all your regions to SVN.
• svn load - loads SVN head and imports it to your region.
• svn load <revision> - loads a specified revision
• svn load-region <name> - loads a specified region at head revision
• svn load-region <name> <revision> - loads a specified region from a specified SVN revision.
UserServer Commands
Only in grid mode:
login-level [level] : set the minimal user GodLevel to access to the grid. By default a new user has
a value of 0
login-reset : reset the level to 0
login-text "text" : set the welcome text
Last Updated (Wednesday, 24 June 2009 14:42)



