diff --git a/docs/user/faqs.md b/docs/user/faqs.md
index bc8e02ced..5719e79a5 100644
--- a/docs/user/faqs.md
+++ b/docs/user/faqs.md
@@ -49,15 +49,26 @@
Are you in the same network as the Dappnode? Use the local proxy access to configure your VPN: http://dappnode.local/
Is UPnP enabled in your router settings? Try restarting your router after applying this setting!
Is the port for Wireguard open in your router's port forwarding settings? (UDP 51820)
+ If you're using OpenVPN, is its port open as well? (UDP 1194)
Are you behind a CGNAT? You need to contact your ISP and request an IPv4 static address.
Are you connected to another VPN? Please disconnect from this VPN before connecting to your Dappnode's VPN.
- If you're trying to access with Wireguard through a local network, make sure you're using your local credentials:
+ If you're trying to access with Wireguard through a local network, **make sure you're using your local credentials**
+
+ How can I know if I'm using Wireguard's local or remote credentials?
+
+
+ - If you're using local credentials, your Wireguard profile's endpoint should be an IP + Port (e.g.,
192.168.X.X:<port>
).
+ - If you're using remote credentials, then the endpoint should be a dynDNS string + Port (e.g.,
<randomstring>.dyndns.dappnode.io:<port>
).
+
+
+
+
My Web3Signer status has an odd grey bar in its status, is something wrong?