How can I change the port of Remote Desktop?

7,660

For Ubuntu 12.04 you can do that via the gsettings command. This changes the port to 1234:

gsettings set org.gnome.Vino alternative-port 1234
gsettings set org.gnome.Vino use-alternative-port true

To see all the options for Vino:

gsettings list-recursively org.gnome.Vino
Share:
7,660

Related videos on Youtube

Jan Helbling
Author by

Jan Helbling

Updated on September 18, 2022

Comments

  • Jan Helbling
    Jan Helbling over 1 year

    How can I change the port of Ubuntu's built in Remote Desktop?

    • Mitch
      Mitch almost 12 years
      What Ubuntu release are you running?