Thread: Login Support
View Single Post
  #4  
Old 03-09-2017, 07:39 PM
ZombieSoul's Avatar
ZombieSoul
Sarnak
 
Join Date: Jan 2017
Posts: 31
Default

I had a problem when I first was installing - the installer doesn't have the <address> tag in the config, it was needed for others outside my network to reach my server.
Code:
<server>
	<world>
		<shortname>servername</shortname>
		<longname>longservername</longname>
		<address>external_ip</address> 

		<loginserver>
			<host>127.0.0.1</host>
			<port>5998</port>
			<account></account>
			<password></password>
		</loginserver>
Reply With Quote