It is possible to use special option to connect DW Spectrum Desktop to Server from the command line:
--auth=http://username:[email protected]_address:server_port
In example below server address is 192.168.1.200, port is default 7001, username is admin and password is admin1234. Client version is 3.0.0.14971:
Windows:
>"C:\Program Files\DW Spectrum\DW Spectrum Client\3.0.0.14971\DW Spectrum.exe" --auth=http://admin:[email protected]:7001
Ubuntu:
$/opt/dwspectrumn/client/3.0.0.14971/client-bin --auth=http://admin:[email protected]:7001
Client will use secured connection.