Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 965 Bytes

File metadata and controls

18 lines (15 loc) · 965 Bytes

Remote Access

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 you just don't have a monitor spare!

Contents

  • 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
  • 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
  • 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