SSH Raspberry Pi via Cell Phone

 

Learn how to control your raspberry pi remotely with your cell phone via the SSH protocol. Thankfully the Termius app, available on Android and Apple stores allow us to set this up with ease. I will walk you through the setup in this tutorial.

Before reading the remainder, be sure to subscribe and support the channel if you have not!
Subscribe:
Support:
Hire me at UpWork to build your IoT projects

Step 1: Prepare Your Raspberry Pi for SSH Access

Before you can start controlling your Raspberry Pi remotely, you need to ensure that SSH (Secure Shell) is enabled. SSH allows you to access your Raspberry Pi over the network securely. Here’s how to enable it:
  • Boot up your Raspberry Pi and open the terminal.
  • Enter sudo raspi-config to open the configuration settings.
  • Navigate to "Interfacing Options" and then to "SSH."
  • Choose "Yes" to enable SSH, then select "Finish, " and reboot your Pi if required.

    Step 2: Find Your Raspberry Pi's IP Address

    To connect to your Raspberry Pi, you'll need its IP address. You can easily find this by using the ifconfig command in the terminal. Look for the 'inet' line under the 'wlan0' entry if you are connected via Wi-Fi, or 'eth0' if you’re using an Ethernet cable. This line will display your Raspberry Pi's local IP address.

    Step 3: Setting Up Termius on Your Smartphone

    Now that your Raspberry Pi is ready for remote access, let’s set up the Termius app:
    • Download and Install Termius: Grab the Termius app from your phone's app store and install it.
    • Add Your Raspberry Pi as a Host: Launch Termius and tap on the 'New Host' button. Here, you will enter your Raspberry Pi’s IP address that you noted earlier.
    • Enter Credentials: For authentication, input your Raspberry Pi's username and password. The default usually is 'pi' for the username and 'raspberry' for the password, unless you've changed it.
    • Connect and Control: Hit the ‘Connect’ button. Once connected, you’re ready to execute commands on your Raspberry Pi from your phone, just like you would from a traditional computer terminal.

      Enhancing Your Experience

      This setup not only enhances your productivity but also ensures that you can manage your projects even when you’re away from your desk. The security of SSH also means that your commands and data remain encrypted over your network, keeping your Raspberry Pi secure.
      If you found this tutorial helpful, please consider subscribing and supporting us. Your engagement helps us to keep sharing useful tips and tutorials.
      Are you embarking on an IoT project and need some expert assistance?
      Hire me on UpWork and let’s bring your ideas to life together!

      Create a free account to access full content.

      All access to code and resources on ShillehTek.

      Signup Now

      Already a member? Sign In

      Explore More on Our Blog

      How to Create a Time-Lapse Video with a Raspberry Pi Camera

      How to Create a Time-Lapse Video with a Raspberry Pi Camera

      Learn how to make a timelapse with your Raspberry Pi in Python.

      How to Integrate the MPU6050 with the STM32 Blue Pill

      How to Integrate the MPU6050 with the STM32 Blue Pill

      Learn how to measure acceleration with the STM32 and the MPU6050 in the Arduino IDE.

      Getting Started with STM32 Blue Pill in Arduino IDE Using a USB to TTL Converter — Write Your First Program

      Getting Started with STM32 Blue Pill in Arduino IDE Using a USB to TTL Converter — Write Your First Program

      This comprehensive tutorial will guide you through the process of setting up and programming the STM32 Blue Pill...

      Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch

      Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch

      In this tutorial, I'll show you how to automatically schedule tasks in AWS at regular intervals using AWS...

      Implementing Google reCAPTCHA in a Simple React and Node.js App

      Implementing Google reCAPTCHA in a Simple React and Node.js App

      Learn how to protect your React applications from bots and spam with Google reCAPTCHA integration! This step-by-step tutorial...

      AWS Lambda Tutorial: Using Selenium with Chromedriver in Python

      AWS Lambda Tutorial: Using Selenium with Chromedriver in Python

      In this tutorial, I will guide you through the process of running Selenium with ChromeDriver inside an AWS...

      How to Connect MLX90614 Infrared Thermometer to Raspberry Pi Pico W: MicroPython Tutorial!

      How to Connect MLX90614 Infrared Thermometer to Raspberry Pi Pico W: MicroPython Tutorial!

      Learn how to use the MLX90614 with the Raspberry Pi Pico W and get infrared values in MicroPython.

      Raspberry Pi Pico/Pico W Free Simulator

      Raspberry Pi Pico/Pico W Free Simulator

      Discover how to simulate Raspberry Pi Pico projects using Wokwi, a free online simulator for Arduino and MicroPython....

      Interfacing the MPU6050 with Raspberry Pi Pico W in C++

      Interfacing the MPU6050 with Raspberry Pi Pico W in C++

      Interface with the MPU6050 using the Raspberry Pi Pico W in C++.

      How to Write your First C++ Program on the Raspberry Pi Pico W

      How to Write your First C++ Program on the Raspberry Pi Pico W

      Write your first C++ Program on the Pico W in a few simple steps.

      Back to blog

      Leave a comment

      Please note, comments need to be approved before they are published.