On 9/7/2022 12:13 PM, Chuck Zmudzinski wrote:
> On 9/7/2022 4:41 AM, piorunz wrote:
> > On 07/09/2022 05:58, notoneofmyseeds wrote:
> > > On 07.09.22 06:19, Alexander V. Makartsev wrote:
> > >
> > >>>
> > >> I've switched to NoMachine [1] a long time ago.
> > >> It has all features I need, which are multi-platform and cross-OS
> > >> support, public key authentication, reliable file transfer between
> > >> hosts, and completely free no strings attached license for personal use.
> > >
> > > and the there's anydesk, with conditions just as nomachine.
> > >
> > > anydesk.com
> > >
> > >>
> > >>
> > >> [1] https://www.nomachine.com/
> >
> > Thanks for your replies guys. These solutions are overkill to my needs,
> > I just need reliable LAN access from one machine to another, as for WAN
> > access I already have ssh tunnel which tunnels all traffic I want if
> > need be. So, I don't think I need external, commercial, not open source
> > solution for my simple remote access. I'd rather fix VNC server I have
> > right now, or switch to different VNC server. Anyone has experience with
> > VNC, or similar LAN protocols, which work? Thanks in advance.
> >
> > --
> > With kindest regards, Piotr.
> >
> > ⢀⣴⠾⠻⢶⣦⠀
> > ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
> > ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
> > ⠈⠳⣄⠀⠀⠀⠀
> >
>
> I use the tigervnc-standalone-server which is in the Debian packages 
> archives. I use it only on a trusted LAN network so I don't need an encrypted 
> vnc connection either, and I can access it remotely from the Internet by 
> connecting to the LAN using a VPN (I use strongswan/IKEv2 for the VPN 
> server). The main configuration files are at ~/.vnc, and there are tools to 
> configure it such as vncpasswd. The most important configuration file is 
> ~/.vnc/xstartup, where you launch your DE or window manager of your choice.
>
> You can launch the server from a terminal logged in as an ordinary user and 
> the server runs as an ordinary user in the background so after you start the 
> server in a terminal you can exit that terminal session. 

Actually, you *should* exit that terminal session, especially if it is a 
terminal window running in the same kind of session (gnome, lxde, etc) and as 
the same user that you plan to run in the VNC server. This is another 
limitation of the tigervnc-standalone-server: it does not connect to an already 
running X11 session but instead launches a new session as an ordinary user as 
specified in ~/.vnc/xstartup. I have found that if I try to run two sessions as 
the same user, one over VNC and one on the local desktop, it does not work too 
well, at least with the current version of gnome, probably because there is not 
good enough separation of the various user processes that gnome starts for each 
user session. So when I use the tigervnc standalone VNC session, I log out of 
the session on the local desktop for the user that is running the VNC server, 
and if I am going to use the local desktop session as the same user that is 
using the VNC server, I kill the VNC server first, so there
will not be two gnome sessions running as the same user.
> With the vnc port (usually 5901) open in the firewall, you can connect to the 
> server and start your apps, and once you have apps running, it will keep them 
> running in the session until you kill the server. I use it with gnome-session 
> with Xorg (I tried wayland session a while back and Xorg seemed more stable), 
> and it works adequately for my needs on stable, testing, and sid. It works 
> with both VNC viewers I have tried: RealVNC on Windows, and tigervnc-viewer 
> on Debian.
>
> There is one slight annoyance that I live with: With the gnome-session 
> desktop, there are some apps and settings that will require me to enter my 
> password when I first use that setting or app, such as setting up a color 
> profile, using the keyring, and starting the Brave browser. This could 
> probably be fixed with appropriate commands in the ~/.vnc/xstartup file, but 
> I have not tried debugging it and I just enter the password when asked by the 
> gnome desktop and after the first time for each app or setting it won't ask 
> again until I kill the server and restart it.
>
> Best regards,
>
> Chuck
>

Reply via email to