I'm new to linux world, and I'm trying to set up a computer for a small office on a quite old computer.
I setup Lubuntu with some office apps (LibreOffice, ...) and it's working.
I'm now trying to setup a remote access for administrative support and/or user assistance.
SSH is setup and is working. I'd like also a remote GUI access. My bet is that VNC is the answer. But it's not as easy as windows to allow remote access (a single checkbox!). So my question are:
- I installed tightvncserver, but there are plenty of vnc server software. Which one is suited?
- now I've setup tightvncserver, I also created an /etc/init.d/vncserver script to always run tightvncserver. This is working, I can remotely access the computer. However, I can no more login to the computer locally :(. Each time I try to log, the screen blink, some text scroll and the login prompt reappears.
- when accessing remotely, I only have the vnc password to type. I don't have the user's prompt.
Basically, I'd like to mimic the behavior of teamviewer. I'd like to replicate the screen, whether or not a user is loggued in. And it's where I'm stuck.
Thx for any help