From 46af3ad9af1248db61f75c3dcae2d94add755e03 Mon Sep 17 00:00:00 2001 From: Alireza Ghaderi Date: Mon, 28 Oct 2024 13:35:55 +0000 Subject: [PATCH] updated docs --- docs/v2.0_doc_server.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/v2.0_doc_server.html b/docs/v2.0_doc_server.html index 6d679244..9586aca8 100644 --- a/docs/v2.0_doc_server.html +++ b/docs/v2.0_doc_server.html @@ -327,6 +327,8 @@

Webserver Software Installations

Run the automated webserver setup and run script:

bash ~/mavsdk_drone_show/app/linux_dashboard_start.sh --sitl +

If it's your first time running the server, it will ask you to enter the webserver IP which is accessible by client. It can be your server public IP.

+

To change the IP next times, either remove the .env file or user --overwrite-ip "YOUR_SERVER_IP" argument.

You should now be able to access the GUI via a browser using your domain, IP, or reverse DNS (if set). eg. http://drone.joomtalk.ir:3000

If you cant access the page, make sure your firewall rules allow communication on port 3000, 7070, 5000 (defined in params and .evn)

Mission Configuration and Customization (Optional)