Closed hdt25 closed 2 years ago
nano .vnc/config
Localhost
by adding #
before Localhost
#Localhost
To connect on another device, find ip address in the termux and put it in another vnc viewer app connected in same network.
Find ip address
ip addr | grep inet
Address will be like 10... Or 192.168...
Put that ip address in vncs viewer with password on port 5901,5902... for :1, :2 ...
How to uncomment
Comment by adding #
, uncomment by removing #
Using
#
Give tutorial video
Connect both devices in same WiFi network
cd
cd .vnc
nano config
#
before it
Desktop=manjaro
Geometry=1024x768
SecurityTypes=VncAuth,TLSVnc
#Localhost
ip addr | grep inet
for me the problem is on the vncserver-start in /usr/local/bin because it's contain localhost
just write nano /usr/local/bin/vncserver-start
change to this and save
export USER=$USER export HOME=$HOME
vncserver -name remote-desktop :1
How to access this manjaro linux installed on my phone from vnc viewer on android tv Please give a solution for that. I want to use this awesome thing on my big screen TV . It should be stable to use on TV