From a9e8484111efd36a075e94a3e783343d459b2dfb Mon Sep 17 00:00:00 2001 From: Chanka0 Date: Tue, 25 Apr 2023 20:48:42 -0600 Subject: [PATCH] Remote connection troubleshooting --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a73f55c09..44388214b 100644 --- a/readme.md +++ b/readme.md @@ -124,7 +124,7 @@ const whitelistMode = false; Save the file. Restart your TAI server. -You will now be able to connect from other devices. +You will now be able to connect from other devices. ### Managing whitelisted IPs @@ -143,6 +143,10 @@ To connect over wifi you'll need your PC's local wifi IP address - (For Windows: windows button > type 'cmd.exe' in the search bar> type 'ipconfig' in the console, hit Enter > "IPv4" listing) if you want other people on the internet to connect, check [here](https://whatismyipaddress.com/) for 'IPv4' +### Still Unable To Connect? +- Create an inbound/outbound firewall rule for the port found in `config.conf`. Do NOT mistake this for portforwarding on your router, otherwise someone could find your chat logs and that's a big no-no. +- Enable the Private Network profile type in Settings > Network and Internet > Ethernet. This is VERY important for Windows 11, otherwise you would be unable to connect even with the aforementioned firewall rules. + ## Performance issues? Try enabling the No Blur Effect (Fast UI) mode on the User settings panel.