with OpenSim, if you have a private grid and want registered people to visit, you have to supply grid information (unless you are hypergridded). our very talented Micheil Merlin commented on how to do this, but it’s too good to leave buried in a comment! btw, Micheil is rather passionate about OpenSim and contributed code to the latest version – that is pretty friggin’ cool in my book =)
~~~~~
Here is a link to the wiki page on the GridInfo service. The GridInfo service can be used to enable the ‘Get Grid Info’ button on the Grid Manager fill in the grid information.
http://opensimulator.org/wiki/GridInfo
And for v0.7, here is an example definition for iliveisl. According to the doc, it would go in StandaloneCommon.ini for standalone grids or Robust.ini for HyperGrids.
[GridInfoService]
; These settings are used to return information on a get_grid_info call.
; Client launcher scripts and third-party clients make use of this to
; autoconfigure the client and to provide a nice user experience. If you
; want to facilitate that, you should configure the settings here according
; to your grid or standalone setup.
;
; See http://opensimulator.org/wiki/GridInfo
; login uri: for grid this is the login server URI
login = http://iliveisl.enclaveharbour.org:8002/
; long grid name: the long name of your grid
gridname = “I live in Science Land”
; short grid name: the short name of your grid
gridnick = “iliveisl”
; login page: optional: if it exists it will be used to tell the client to use
; this as splash page
; currently unused
welcome = http://iliveinscienceland.com/
; helper uri: optional: if it exists if will be used to tell the client to use
; this for all economy related things
; currently unused
economy = http://iliveisl.enclaveharbour.org:9000/
; web page of grid: optional: page providing further information about your grid
; currently unused
about = http://iliveisl.com/
; account creation: optional: page providing further information about obtaining
; a user account on your grid
; currently unused
;register = http://127.0.0.1/register
; help: optional: page providing further assistance for users of your grid
; currently unused
;help = http://127.0.0.1/help
; password help: optional: page providing password assistance for users of your grid
; currently unused
;password = http://127.0.0.1/password






































































