diff --git a/docs/v2.0_doc_server.html b/docs/v2.0_doc_server.html index 596fffd5..5b23b2a7 100644 --- a/docs/v2.0_doc_server.html +++ b/docs/v2.0_doc_server.html @@ -331,6 +331,8 @@

Webserver Software Installations

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)