mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-02 13:17:16 +00:00
Updated Windows Server (markdown)
+7
-13
@@ -121,20 +121,14 @@ perl eqemu_server.pl setup_loginserver
|
|||||||
If firewall rules don't add you must run this script (eqemu_server.pl) as administrator
|
If firewall rules don't add you must run this script (eqemu_server.pl) as administrator
|
||||||
|
|
||||||
[Install] Instructions
|
[Install] Instructions
|
||||||
[Install] In order to connect your server to the loginserver you must point your eqemu_config.xml to your local server similar to the following:
|
[Install] In order to connect your server to the loginserver you must point your eqemu_config.json to your local server similar to the following:
|
||||||
|
|
||||||
<loginserver1>
|
"loginserver2" : {
|
||||||
<host>login.eqemulator.net</host>
|
"account" : "",
|
||||||
<port>5998</port>
|
"host" : "192.168.197.129",
|
||||||
<account></account>
|
"password" : "",
|
||||||
<password></password>
|
"port" : "5998"
|
||||||
</loginserver1>
|
},
|
||||||
<loginserver2>
|
|
||||||
<host>127.0.0.1</host>
|
|
||||||
<port>5998</port>
|
|
||||||
<account></account>
|
|
||||||
<password></password>
|
|
||||||
</loginserver2>
|
|
||||||
[Install] When done, make sure your EverQuest client points to your loginserver's IP (In this case it would be 127.0.0.1) in the eqhosts.txt file
|
[Install] When done, make sure your EverQuest client points to your loginserver's IP (In this case it would be 127.0.0.1) in the eqhosts.txt file
|
||||||
[Install] Press any key to continue...
|
[Install] Press any key to continue...
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user