vncviewer run from terminal

IngDSE

New Member
Joined
Oct 19, 2018
Messages
3
Reaction score
0
Credits
17
I all I'm interesting in open a new vnc viewer connection from terminal with a command as:

vncviewer -UserName [name] -Password [password] -p [port] [IP ADDRESS]

this is possible?

many thanks in advance
Best regards
 


Last edited:
have you some correct command to suggest to me? many many thanks
 
As shown in the man page I linked, the example.
Code:
vncviewer [options] [host][::port]
So if your case you would probably need something like this.
Code:
vncviewer -user username [ip address]
If you are using the default port you shouldn't need to give the port and I would think if you don't give a password as option it will ask for a password, -P isn't a valid option.
 
Last edited:

Members online


Top