Linux (Mint 19.1 Cinnamon) Install and Setup x11vnc and Remmina

Channel:
Subscribers:
119
Published on ● Video Link: https://www.youtube.com/watch?v=eMR9elsgKgg



Duration: 9:33
1,223 views
8


x11vnc – for the server (http://karlrunge.com/x11vnc/x11vnc_opts.html)
Remmina – for the client
Samba – for file sharing (https://forums.linuxmint.com/viewtopic.php?t=23169)

https://wiki.archlinux.org/

x11vnc

1. Remove the default Vino server:

sudo apt-get remove vino

2. Install x11vnc:

sudo apt-get install x11vnc

3. Create the directory for the password file:

sudo mkdir /etc/x11vnc

4. Create the encrypted password file:

sudo x11vnc --storepasswd /etc/x11vnc/vncpwd

You will be asked to enter and verify the password. Then press Y to save the password file.

5. Create the systemd service file for the x11vnc service:

sudo xed /lib/systemd/system/x11vnc.service

Copy/Paste this code into the empty file:

[Unit]
Description=Start x11vnc at startup.
After=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -auth guess -forever -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -shared

[Install]
WantedBy=multi-user.target

6: Reload the services:

sudo systemctl daemon-reload

7. Enable the x11vnc service at boot time:

sudo systemctl enable x11vnc.service

8. Start the service:

Either reboot or

sudo systemctl start x11vnc.service




[Unit]
Description=Start x11vnc at startup.
After=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -auth guess -forever -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -shared
Restart=always
RestartSec=2

[Install]
WantedBy=multi-user.target




Other Videos By Cymon


2019-12-18Batman Arkham Origins Playthrough (on Linux) Part 1
2019-12-15Batman Arkham City Playthrough (on Linux) Part 3
2019-12-15Batman Arkham City Playthrough (on Linux) Part 2
2019-12-13Batman Arkham City Playthrough (on Linux) Part 1
2019-12-11Batman Arkham Asylum Playthrough (on Linux) Part 2
2019-12-11Batman Arkham Asylum Playthrough (on Linux) Part 1
2019-12-09Vampire: The Masquerade – Bloodlines Female Tremere Playthrough (on Linux) Part 3
2019-12-07Vampire: The Masquerade – Bloodlines Female Tremere Playthrough (on Linux) Part 2
2019-12-04Vampire: The Masquerade – Bloodlines Female Tremere Playthrough (on Linux) Part 1
2019-07-29Linux (Mint 19.1 Cinnamon) Install OBS-Studio and NDI, Enable in Firewall, Remove Screen Flickering
2019-07-29Linux (Mint 19.1 Cinnamon) Install and Setup x11vnc and Remmina
2019-07-29Linux (Mint 19.1 Cinnamon) Everything About Running Games So Far
2019-07-29Linux (Mint 19.1 Cinnamon) Terminal Commands, Specifying a Repository, Downgrading Program Version
2019-06-25Tesla Effect: A Tex Murphy Adventure (Ariel) Playthrough Part 2
2019-06-24Tesla Effect: A Tex Murphy Adventure (Ariel) Playthrough Part 1
2019-06-23Tesla Effect: A Tex Murphy Adventure (Taylor) Playthrough Part 2
2019-06-22Tesla Effect: A Tex Murphy Adventure (Taylor) Playthrough Part 1
2019-06-21Tesla Effect: A Tex Murphy Adventure (Chelsee) Playthrough Part 2
2019-06-20Tesla Effect: A Tex Murphy Adventure (Chelsee) Playthrough Part 1
2019-06-19Tex Murphy: Overseer Playthrough Part 5
2019-06-19Tex Murphy: Overseer Playthrough Part 4



Tags:
cymon
cymon92
linux
mint
19.1
cinnamon
install
and
setup
x11vnc
remmina
stuff
linux stuff
Linux (Mint 19.1 Cinnamon) Install and Setup x11vnc and Remmina
tessa
remote desktop connection
rdp
windows to linux
linux to windows
linux to linux
vnc