Login
NOTE
When you copy and paste the url; if you left a blank space in the beginning or in the end it will fail to get the server information.The login URI changed to http://login.myopengrid.com please update your viewer.
Viewer Setup
Hippo Viewer
Login URI: http://login.myopengrid.com (be sure to not have a blank space in the end or it will fail)
Plataform: OpenSim
Grid Nickname: Myopengrid
Grid Name: Myopengrid
Login Page: http://myopengrid.com/welcome/
Helper URI: http://myopengrid.com/modules/helper/
Website: http://myopengrid.com/
Support URL: http://myopengrid.com/welcome/
Account URL: http://myopengrid.com/register/
Password URL: http://myopengrid.com/home/forgotpass/
Modules
Off Line Messaging
OpenSim.ini
[Messaging]
;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule *}
;; Module to handle offline messaging. The core module requires an external
;; web service to do this. See OpenSim wiki.
OfflineMessageModule = OfflineMessageModule
;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {}
;; URL of web service for offline message storage
OfflineMessageURL = http://myopengrid.com/modules/OffLineMessages/Offline.php
;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
;; Mute list handler (not yet implemented). MUST BE SET to allow offline
;; messages to work
MuteListModule = MuteListModule
;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php
;; URL of the web service that serves mute lists. Not currently used, but
;; must be set to allow offline messaging to work.
MuteListURL = http://myopengrid.com/modules/OffLineMessages/mute.php
;; Control whether group messages are forwarded to offline users.
;; Default is true.
;; This applies to the core groups module (Flotsam) only.
; ForwardOfflineGroupMessages = true
Instructions to attach regions:
GridCommon.ini
[AssetService]
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml"
;
; change this to your grid-wide asset server
;
AssetServerURI = "http://assets.myopengrid.com"
[InventoryService]
;
; change this to your grid-wide inventory server
;
InventoryServerURI = "http://inventory.myopengrid.com"
[GridService]
;
; change this to your grid-wide grid server
;
GridServerURI = "http://grid.myopengrid.com"
;AllowHypergridMapSearch = true
[AvatarService]
;
; change this to your grid-wide grid server
;
AvatarServerURI = "http://avatar.myopengrid.com"
[PresenceService]
;
; change this to your grid-wide presence server
;
PresenceServerURI = "http://presence.myopengrid.com"
[UserAccountService]
;
; change this to your grid-wide user accounts server
;
UserAccountServerURI = "http://users.myopengrid.com"
[GridUserService]
;
; change this to your grid-wide user accounts server
;
GridUserServerURI = "http://users.myopengrid.com"
[AuthenticationService]
;
; change this to your grid-wide authentication server
;
AuthenticationServerURI = "http://login.myopengrid.com"
[FriendsService]
;
; change this to your grid-wide friends server
;
FriendsServerURI = "http://friends.myopengrid.com"
[Modules]
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
;; Copy the config .example file into your own .ini file and change configs there
AssetCaching = "FlotsamAssetCache"
Include-FlotsamCache = "config-include/FlotsamCache.ini"
;AssetCaching = "CenomeMemoryAssetCache"
;Include-CenomeCache = "config-include/CenomeCache.ini"
;AssetCaching = "GlynnTuckerAssetCache"
;; Optionally, the port for the LLProxyLoginModule module can be changed
;Setup_LLProxyLoginModule = "9090/"
