About the Internet connection
You can find all the information you need about this topic at this link.
Launch the Dragonfly App
OPTION 1 – Using the desktop icon
Launch the Dragonfly App by clicking the Dragonfly icon that can be found within the Ubuntu Desktop Launcher menu.
At the very first start you will be asked to enter the credentials (username, password) and the Site ID, received from Onit. Once authenticated the Dragonfly Web User Interface will open inside your default browser!
OPTION 2 – Using the shell
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.