You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup SSH to your by raspiconfig enable via interface. sudo ufw allow from <YOURLOCALIPRANGE>/24 to any port 22 proto tcp to open up firewall to your local network
How to VNC from remmina into your pi:
sudo ufw allow from <yourlocaliprange>/24 to any port 5900 proto tcp and sudo raspi-config interfaces and enable VNC server.
Open the /root/.vnc/config.d/vncserver-x11 config file.
Replace Authentication=SystemAuth with Authentication=VncAuth and save the file.
In the command line, run sudo vncpasswd -service. This will prompt you to set a password, and will insert it for you in the right config file for VNC Server running in Service Mode.
Restart VNC Server.
ONLY first 8 characters of password work in REMMINA the ip field is: <yourpiip>:5900