Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Latest commit

 

History

History
36 lines (19 loc) · 1 KB

troubleshooting.md

File metadata and controls

36 lines (19 loc) · 1 KB

Troubleshooting

Windows

Below are some common issues that Windows users encounter when installing EQEmu Server.

Cannot Connect

Improperly configured eqemu_config

Please verify that you followed the instructions in the How-To Guide for Configuring your eqemu_config.

Windows Firewall

Be sure to enable TCP and UDP ports 7000 - 7500. Run the following commands from your command prompt:

netsh advfirewall firewall add rule name="EQEmu Zones (7000-7500) TCP" dir=in action=allow protocol=TCP localport=7000-7500
netsh advfirewall firewall add rule name="EQEmu Zones (7000-7500) UDP" dir=in action=allow protocol=UDP localport=7000-7500

Linux

Below are some common issues that Linux users encounter when installing EQEmu Server.

Cannot Connect

Improperly configured eqemu_config

Please verify that you followed the instructions in the How-To Guide for Configuring your eqemu_config.