Home
  • Intro
  •  
  • Energy
    • Energy diversion
    • My Energy Diverter
    • Oven control
    • Resources
  •  
  • Banana Pi M5
    • Install Armbian
    • Setting up
    • SSH connection
    • Static IP address
    • Install SAMBA
    • Install Apache
    • Install MySQL
    • Install PHP
    • Install phpMyAdmin
    • Install FTP server
    • Add web site
    • erase eMMC
  •  
  • Arduino
    • Programming
    • Connecting to PHP/MySQL
  •  
  • Energy app
    • Example
  •  
  • Music server (NAS)
    • miniDLNA
    • Installing on BPi-M5
    • Uploading files

SSH - connectiong to your BPi-M5

  • Linux and macOS: an SSH tool is built in, called Terminal.
  • Windows: you need to download & install a free tool called PuTTY Download

First you need to find out the IP address of your new BPi-M5. This is granted by your network DHPC server (Usually your broadband router).
Log into your router to find the IP - or, as I do, I have a mobile app called Fing (Android & iOS) and that will find the IP for you.


Ubuntu

Open your Terminal - shortcut Ctrl+Alt+T

The default user name is root

ssh root@192.168.1.100 - (replace IP address with yours)

Enter the default password 1234 ....

Ubuntu first login

Windows

Open PuTTY and enter the IP address of your BPi-M5

Open PuTTY

The default user name is root - default password 1234

Logged in
Back to set-up Back