From b938a4e09e3e863a7d9bc5cc83ce3c99c5d3f81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 19 May 2024 17:07:52 +0200 Subject: [PATCH] update docs. --- docs/getting-started/troubleshooting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/getting-started/troubleshooting.md b/docs/getting-started/troubleshooting.md index 3965f318..99265c32 100644 --- a/docs/getting-started/troubleshooting.md +++ b/docs/getting-started/troubleshooting.md @@ -59,6 +59,13 @@ Then try to type on one end, you should see characters on the other side. If it does not work for you, then most likely your port forwarding is not working correctly. Or your ISP is blocking traffic. + +If you get [`Command 'nc' not found.`](https://command-not-found.com/nc) error, you can install `netcat` package using: + +```shell +sudo apt-get install netcat +``` + ### Check if your external IP was determined correctly One of the first logs, when the server starts, writes down your external IP that will be sent to your clients to connect to. @@ -67,6 +74,8 @@ One of the first logs, when the server starts, writes down your external IP that docker-compose logs neko | grep nat_ips ``` +Note: Some newer versions of docker-compose use `docker compose` instead of `docker-compose`. + You should see this: ```