Setting up Servers for Network Use
From RexWiki
Preface
The realXtend server platform is preconfigured for standalone use by default so other people can't connect to it. This document describes the changes that must be done to to enable the server platform for LAN or Internet use so that other people can also access it.
Before starting configation make sure your all servers are down (Authentication Server, Avatar Storage Server and RexServer)
Configuring the authentication
- Open ..\authentication\HttpSettings.xml
- Set the address to your machine's external IP. It should be different than 127.0.0.1. (The easiest way to find out your external IP is to use an online service such as for example http://whatismyip.com/. If you need to know your local network IP do this: Hit Left Windows button+R button simultaneously, type cmd to the opened dialog, press enter, type ipconfig to the command prompt which opened and hit enter). Save and close.
- Open ..\authentication\AuthenticationSettings.xml
- Set the default_avatar_storage_url to point to the external IP address of the avatar server machine. Set default_grid_url to point to the external IP address of the rexserver machine. Leave the port numbers to the end of these addresses. Save and close.
Configuring the avatar storage
- Open ..\avatarstorage\HttpSettings.xml
- Set the address to your machine's external IP. Save and close.
Configuring the rexserver
- Open ..\rexserver\regions\default.xml file
- Change the external_host_name parameter to your machine's external IP address. Save and close.
Starting up
- Now start all the servers by activating StartStandaloneRexServer.bat (or in some packages StartServices.bat).
- After this you should create accounts for people who want login. See Creating New User Accounts.
|