About the Internet connection
You can find all the information you need about this topic at this link.
1 – Launch the Dragonfly Java App
OPTION 1 – Using the desktop icon
Launch the Dragonfly Java 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” and “my_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
2 – Open the Dragonfly Web User Interface
To visualize the Dragonfly Web User Interface from the same machine that is running the Dragonfly Java 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 Java App.