Self Host Neverworld Regions

  • evaNova
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 days 1 hour ago #16 by evaNova
Self Host Neverworld Regions was created by evaNova
Hello!

I don't know if this is the right place, but I'm pointing it out for those who want to use it or for the administrators to fix it.

I downloaded the package available on the web to create a self-host Neverworld region... and although the instructions are clear, in the Opensim.ini configuration file there are a couple of errors, since it presents a Standalone configuration and not oriented to GridHyperGrid.

Line 63 has to be commented and line 66 has to be uncommented:

;PublicPort = "9000"
; for a region on a grid, the grid services public port should be used, normal default is 8002
PublicPort = "8002"

Line 1281 has to be commented and line 1284 has to be uncommented:

; Include-Architecture = "config-include/Standalone.ini"
; Include-Architecture = "config-include/StandaloneHypergrid.ini"
; Include-Architecture = "config-include/Grid.ini"
Include-Architecture = "config-include/GridHypergrid.ini"

Without these changes, when you start Opensim it does so in Standalone format, without connection to the grid.  With these changes it connects correctly.

Additional note:
If you want to use another port than the default one for your region, you must also adjust the parameter in line 579... Since I have configured the region to use 9011, the parameter I said must be

http_listener_port = 9010

and you must remember that this port using TCP protocol must also be accessible from the outside for the region to connect correctly

Greetings!!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.088 seconds