Installation Guide | |
---|---|
This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | |
<< Step 4: Database Installation | Step 6: Final Server Steps >> |
This guide is intended for advanced setups or just to provide more details in setting up your realm for local or internet use. In general, the default setup explained in your particular OS-specific guide should be fine for simple setups.
For almost all basic setup scenarios the default localhost (127.0.0.1) IP settings should be left alone. The default bindip (0.0.0.0) should be left alone as well.
This is where you have to use your internet IP so clients from the internet can find your server. You have to have the ports 3724 (authserver) and 8085 (worldserver) forwarded or open from your router/firewall. Using TCP protocol.
Realmlist Table
You need to make sure that your authserver application directs incoming connections to your realm.
{% include note.html content=“If you are using HeidiSQL, make sure you are in the Data tab when you edit values.” %}
$ sudo mysql
use acore_auth
;UPDATE realmlist SET address = '[your_ip]' WHERE id = 1;
If you are still having problems, check:
Installation Guide | |
---|---|
This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. | |
<< Step 4: Database Installation | Step 6: Final Server Steps >> |