The Redesigned Opensim Basic Universal Server Technology (ROBUST) modular server application replaces and extends OpenSimulator's earlier User, Group, Asset, Inventory, Messaging (UGAIM) grid server applications.
If your grid is not hypergrid-enabled, also known as a closed grid, then Robust services are configured in the OpenSim/bin/Robust.ini file.
If your grid is hypergrid-enabled, also known as an open grid, then Robust services are configured in the OpenSim/bin/Robust.HG.ini file.
$ cd OpenSim/bin $ vi Robust.ini $ mono Robust.exe
You will have to start the Robust server with the -inipath option to tell the Robust server to use this non-default configuration file.
$ cd OpenSim/bin $ cp Robust.HG.ini.example Robust.HG.ini $ vi Robust.HG.ini $ mono Robust.exe -inipath Robust.HG.ini
Robust log events are written to OpenSim/bin/Robust.log
An overview of the Robust server architecture of Service Connectors and Services
Detailed information for each Service Connector and Service is organized in the tables below.
TCP Port | ServiceList Item | Service |
---|---|---|
8002 | GatekeeperServiceInConnector | GatekeeperService |
8002 | HGAssetServiceConnector | HGAssetService |
8002 | HGFriendsServerConnector | HGFriendsService |
8002 | HGGroupsServiceConnector | |
8002 | HGInventoryConnector | HGInventoryService |
8002 | HeloServiceInConnector | |
8002 | InstantMessageServerConnector | HGInstantMessageService |
8002 | UserAgentServerConnector | UserAgentService |
TCP Port | ServiceList Item | Service |
---|---|---|
FreeswitchService | ||
8002 | WifiServerConnector | WifiServerConnector |
ROBUST (opensimulator)