About the Internet connection
You can find all the information you need about this topic at this link.
Launch the Dragonfly App
Open the Ubuntu Terminal via one of the following methods:
- Search for UBUNTU inside the Windows Start menu.
- or from the Windows command line using the wsl command.
- or from the Windows command line:
- launching the command:
ubuntu1804
- or launching the command:
ubuntu2004
- launching the command:
Go into the directory where the start.sh
script is located (dragonfly-linux/application/
) and enter the following command inside the terminal:
java -jar -DsiteId="my_site_id" -Dlogin="my_email" -Dpassword="my_password" dfja-2.4.0.21-dist.jar
Where:
my_site_id
– is the SiteID received from Onit.my_email
andmy_password
– are the credentials received from Onit.
Example of call:
java -jar -DsiteId="100100" -Dlogin="youremail@yourdomain.com" -Dpassword="1234321" dfja-2.4.0.21-dist.jar
Open the Dragonfly Web User Interface
To visualize the Dragonfly Web User Interface from the same machine that is running the Dragonfly App open your favorite browser and type the following URL:
http://localhost:5000/
If you want to visualize the Dragonfly Web User Interface from different machine then you have to replace “localhost” with the IP of the machine that is running the Dragonfly App.
In order to terminate or restart the Dragonfly Application, press on the power button in the top right corner of the Dragonfly Web User Interface. Closing the browser will not terminate the Dragonfly Application. You must press that button.