diff --git a/Windows-Server.md b/Windows-Server.md
index 75ee56e..067bb27 100644
--- a/Windows-Server.md
+++ b/Windows-Server.md
@@ -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
[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:
-
- login.eqemulator.net
- 5998
-
-
-
-
- 127.0.0.1
- 5998
-
-
-
+"loginserver2" : {
+ "account" : "",
+ "host" : "192.168.197.129",
+ "password" : "",
+ "port" : "5998"
+},
[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...
```