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

      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.

      How to Use ThingSpeak with the Raspberry Pi Pico W

      How to Use ThingSpeak with the Raspberry Pi Pico W

      Learn how to create a real-time environmental monitoring system with the Raspberry Pi Pico W and ThingSpeak!

      How to Use ADS1115 with the Raspberry Pi (Part 1)

      How to Use ADS1115 with the Raspberry Pi (Part 1)

      Discover how to expand your Raspberry Pi projects by integrating the ADS1115 ADC for precise analog signal reading....

      How to Install Pip Packages in AWS Lambda Using Docker and ECR

      How to Install Pip Packages in AWS Lambda Using Docker and ECR

      Learn how to streamline AWS Lambda deployments by using Docker and Amazon Elastic Container Registry (ECR) to package...

      Create Tabular Product Descriptions on Your Shopify Store

      Create Tabular Product Descriptions on Your Shopify Store

      Enhance your Shopify store's product pages with our comprehensive guide on implementing tabular descriptions. Learn how to add a...

      Back to blog

      Leave a comment

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