CentOS
1) Install x11vnc
yum install x11vnc xinetd
2) Disable the vncserver service in maybe xinetd ( if necesary) )
3) Create vnc password via vncpasswd [file]
mkdir /root/.vnc
x11vnc -storepasswd /root/.vnc/passwd
4) Create a script called x11vnc in /etc/xinetd.d and activate the service
vi /etc/xinetd.d/x11vnc
------- Contents for /etc/xinetd.d/x11vnc
service x11vnc
{
port = 5900
type = UNLISTED
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/x11vnc
server_args = -inetd -o /var/log/x11vnc.log -display :0 -noxdamage -nodpms
-auth guess -rfbauth /root/.vnc/passwd -many -bg
disable = no
}
5) Reset x11vnc
service xinetd restart
6) Update Firewall (if enabled)
firewall-cmd --permanent --add-port=5800/tcp
firewall-cmd --permanent --add-port=5900/tcp
firewall-cmd --reload
Ubuntu - Standard Install
1) Install x11vnc
apt-get install x11vnc xinetd
2) Create vnc password via vncpasswd [file]
mkdir /root/.vnc
x11vnc -storepasswd /root/.vnc/passwd
3) Create a script called x11vnc in /etc/xinetd.d and activate the service
vi /etc/xinetd.d/x11vnc
------- Contents for /etc/xinetd.d/x11vnc
service x11vnc
{
port = 5900
type = UNLISTED
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/x11vnc
server_args = -inetd -o /var/log/x11vnc.log -display :0 -noxdamage
-nodpms -auth guess -rfbauth /root/.vnc/passwd -many -bg
disable = no
}
4) Reset x11vnc
/etc/init.d/xinetd restart
On Tue, Jun 11, 2019 at 11:43 AM <[email protected]> wrote:
>
> Thanks
> I will keep you posted on The results.
>
> On 2019-06-11 06:47, drew Roberts wrote:
> > I have it working. Take heart.
> >
> > On Tue, Jun 11, 2019 at 12:25 AM <[email protected]> wrote:
> >
> >> I have been Tried to adding remote desktop to our Rivendell system,
> >> with
> >> no Sucess.
> >> I tried with X11VNC also TigerVNC.
> >
> > I use X11VNC.
> >
> >> does any on have Remote deskop
> >> working and can provide a step.
> >> by step guide
> >
> > I can't do step by step now but here is a rough guide from memory.
> >
> >> With XllVNC you try to connect with VNC It says no connection
> >> Available
> >> when You manual start the server.
> >> X11VNC is was set up with the system.
> >
> > The user in question is rd
> > I set up to have rd automatically logged in on boot.
> > in .config/autostart I have the following file:
> > x11vnc.desktop
> > That file looks like this:
> >
> > [Desktop Entry]
> > Encoding=UTF-8
> > Name=x11vnc
> > Comment=X11 VNC server
> > Exec=/usr/bin/gnome-terminal -x /usr/bin/x11vnc -rfbauth
> > /home/rd/.vnc/passwd -display :0 -shared -forever -solid red
> > Terminal=false
> > Type=Application
> > Categories=Application
> >
> > For this to work, you will need gnome-terminal installed on the system
> > and you will need your vncpassword to be set and stored in
> > /home/rd/.vnc/passwd
> >
> > Try that and see if you make progress. If you can't get
> > gnome-terminal, try adjusting the .desktop file as needed.
> >
> >> Thanks
> > You are welcome,
> >
> > all the best,
> >
> > drew
> > --
> >
> > Enjoy the PARADISE ISLAND CAM playing
> >
> > BAHAMIAN OR NUTTIN - https://www.paradiseislandcam.com/
>
> --
> **********************NOTICE*****************************************
> This email is intended only for the person or entity to which it is
> addressed to in this email and it may contain information that is and
> would be considered privileged,confidential or otherwise protected from
> disclosure by recipient.
> Dissemination, distribution or copying of this e-mail or the
> information herein by anyone other than the intended recipient,or an
> employee or agent responsible for delivering the message
> to the intended recipient, is prohibited. If you have received this
> e-mail in error or would like not to receive future emails from
> jamcorbroadcast.com, please immediately notify us by forwarding this
> email to [email protected]
> _______________________________________________
> Rivendell-dev mailing list
> [email protected]
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev