Will ConnectWise work on Ubuntu?
By Daniel Rodriguez •
Will ConnectWise work on Ubuntu 20.10? I downloaded a file called 'ConnectWiseControl.Client.jnlp' but I don't know how to run it as it's a text file.
Alan
1 Answer
That's a Java Network Launch Protocol file. You need to install Iced Tea, which can run JNLP files.
Open a terminal and run the following command
sudo apt install icedtea-netx icedtea-pluginDouble-click the .jnlp file to run it.
6