If you're seeing "We're having some trouble connecting to your server, please wait" in the GhostCap Panel, your server is almost certainly online. The issue is that your browser or network can't reach the panel's connection to it.
This is not the same as connecting to your game server in-game. The game itself uses a different protocol and usually works fine even when the panel does not. The panel error is almost always caused by something between your PC and our network: ISP DNS, local firewall, antivirus, or a routing issue.
Quick Checks
Before changing any network settings, try these:
- Disable any adblocker, antivirus, or browser firewall extension for the panel domain.
- Open the panel in a private/incognito window to rule out cached data or extensions.
- Confirm your PC's date and time are correct. Incorrect time breaks HTTPS connections.
- Try a different network, such as your phone's mobile data, to confirm the issue is local.
If the panel works on a different network but not your home one, the fix is on your home network. Keep going.
Use Cloudflare Warp (Fastest Fix)
Cloudflare Warp is a free app that routes your DNS through Cloudflare. It bypasses most ISP-level DNS and routing issues that block the panel.
- Download and install Cloudflare Warp.
- Turn it on and reload the panel.
You only need Warp running when using the panel. You do not need it on to play on your server.
Set Cloudflare DNS Permanently
If you'd rather not run an extra app, point your PC directly at Cloudflare's DNS resolver. This usually fixes the issue permanently and has the same effect as Warp for the panel.
The DNS servers you'll be using are 1.1.1.1 (preferred) and 1.0.0.1 (alternate).
Windows 10 / 11
- Right-click the network icon in your system tray and select
Network and Internet settings. - Click
Change adapter options(Windows 10) orAdvanced network settings→More network adapter options(Windows 11). - Right-click your active connection (Wi-Fi or Ethernet) and choose
Properties. - Select
Internet Protocol Version 4 (TCP/IPv4)and clickProperties. - Choose
Use the following DNS server addressesand enter:- Preferred DNS server:
1.1.1.1 - Alternate DNS server:
1.0.0.1
- Preferred DNS server:
- Click
OKand close all windows. - Restart your PC and reload the panel.
macOS
- Open
System Settings(orSystem Preferences). - Go to
Network, select your active connection, and clickDetails(orAdvancedon older macOS). - Go to the
DNStab. - Click the
+button underDNS Serversand add each of these in order:1.1.1.11.0.0.1
- Click
OKandApply. - Reload the panel.
If your operating system supports encrypted DNS (DNS over HTTPS), enable it for these entries. This resolves the issue for the largest number of users.
Flush Your DNS Cache
If Cloudflare DNS or Warp didn't help, your PC may be holding onto a stale DNS record. Flushing the cache forces a fresh lookup.
Windows 10 / 11
- Press the
Windowskey, typecmd, then right-clickCommand Promptand chooseRun as administrator. - Run each of the following commands in order, pressing
Enterafter each one:ipconfig /flushdns ipconfig /registerdns ipconfig /release ipconfig /renew netsh winsock reset - Restart your computer.
- Reload the panel.
macOS
- Open
Terminal(Applications→Utilities→Terminal). - Run the following command and enter your password when prompted:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder - Restart your browser and reload the panel.
Still Not Working?
If none of the above resolves it, please open a support ticket or reach us on Discord and include:
- Your server IP
- A screenshot of the panel error
- Whether the panel loads on a different network (e.g. mobile data)
This helps us narrow down whether it's an ISP-level issue we can escalate.
