Sometimes you need access to a Raspberry Pi without connecting a monitor to it: for example, if the Pi is embedded in something like a robot; if you want to view some information from it from elsewhere; or maybe if you just don't have a monitor spare!
- VNC
- Remote access to the Pi's graphical interface, viewed in a window on another computer
- SSH
- Access the command line of the Pi from another computer
- FTP
- Copy files between your Pi and another computer using FTP
- SFTP
- Copy files between your Pi and another computer using SFTP (more secure than FTP)
- SCP
- Copy files between your Pi and another computer using SCP (more secure than FTP)
- rsync
- Synchronise folders between the Pi and another computer using
rsync
over SSH
- Synchronise folders between the Pi and another computer using
- Web Server
- Set up a website or a web page to display some information about the Pi, using a web browser on another machine, on the network, or on the internet