From b6339ccf3c13b0e83c904d768eec8607deeb55cd Mon Sep 17 00:00:00 2001 From: "Alexey A. Leonov" Date: Thu, 28 Nov 2024 10:28:30 +0700 Subject: [PATCH] added MND to the remote access variants --- .../node/faq/how-to-remote-access-the-web-dashboard/page.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/(docs)/node/faq/how-to-remote-access-the-web-dashboard/page.md b/app/(docs)/node/faq/how-to-remote-access-the-web-dashboard/page.md index 355f3f8f8..111fd39ae 100644 --- a/app/(docs)/node/faq/how-to-remote-access-the-web-dashboard/page.md +++ b/app/(docs)/node/faq/how-to-remote-access-the-web-dashboard/page.md @@ -5,6 +5,7 @@ redirects: - /node/resources/faq/how-to-remote-access-the-web-dashboard --- +# Access the Single Node Dashboard Using ssh ## Enable the web dashboard for your setup {% tabs %} @@ -422,3 +423,6 @@ Now check your connection: try to connect from your ssh client again, it should To add more security you can install applications such as `fail2ban` to your Linux or macOS server. Now, you can make a port forwarding rule on your router for the `22` TCP port (default ssh port) to your ssh server. For more security we recommend to forward an unusual port to the 22 port of the PC with ssh. + +# Access nodes stat using Multinode Dashboard +See [Multinode Dashboard (Preview)](https://forum.storj.io/t/tech-preview-multinode-dashboard-binaries/14572) for details.