Servidor linux remoto con interface gráfica vía tightvnc (con navegadores y cliente ftp)


Instalación desde ssh:



 1  apt-get update
 2  apt-get upgrade
 3  apt-get install fail2ban            (si no esta instalado para bloquear intentos de acceso)
 4  apt-get install xorg lxde-core lxde-icon-theme tightvncserver
 5  tightvncserver :1
 6  sudo apt-get install midori
 7  apt-get install iceweasel
 8  apt-get install filezilla
 9  apt-get install synaptic



conectar via tightvnc o vnc viewer:   ip o dns :1

---------------------------------------------------------------------

Para cifrar la conexión via ssh:

ssh -l admin (o root) -p 22 -L5901:localhost:5901 185.xx.xxx.xxx

desde cliente vnc:

localhost:5901



-----------------------------------

Cerrar servicio para mayor seguridad y liberar memoria:

Desde comandos o ssh:

tightvncserver -kill :1


---------------------------

Instalar gnome-system-tools para tener mas opciones de administración en el entorno gráfico.


-----------------------------

 Comando para editar el password del servicio vnc:

vncpasswd 

Comentarios

Joan ha dicho que…
http://freevps.us/thread-11547.html
Joan ha dicho que…
http://linuxpluse.wordpress.com/2013/01/13/remote-server-access-lxde-vnc/
Joan ha dicho que…
Tunnelling through SSH (make sure tunneling is allowed in ssh config)
ssh -l user -p [ssh port usually 22] -L5901:localhost:5901 serverIp
Example (in client terminal) : ssh -l root -p 22 -L5901:localhost:5901 10.10.0.1
goto vnc client and put localhost:5901
Joan ha dicho que…
Escritorio remoto gráfico contra un servidor Ubuntu de la nube de Azure

Remote Desktop to Ubuntu in Windows Azure

http://blog.appliedis.com/2012/11/05/remote-desktop-to-ubuntu-in-windows-azure/
Joan ha dicho que…
centos sudo dnf groupinstall "Server with GUI"
Joan ha dicho que…
yum -y install tigervnc-server xorg-x11-fonts-Type1 https://www.tecmint.com/install-tightvnc-access-remote-desktop-in-linux/

Entradas populares de este blog

Bypass WSUS to Install Features/Updates Directly from Windows Update

Error ID 2011: Espacio de almacenamiento insuficiente en el servidor para procesar este comando