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

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

      SSH Into Raspberry Pi with Tailscale VPN

      SSH Into Raspberry Pi with Tailscale VPN

      Effortlessly access and manage your Raspberry Pi from anywhere using Tailscale's secure mesh VPN.

      Send Email with Lua and the ESP32

      Send Email with Lua and the ESP32

      In this tutorial, we delve into sending emails with the ESP32-S3 using Lua, focusing on the Xedge IDE's built-in SMTP...

      How to Code with Lua on ESP32 with XEdge32

      How to Code with Lua on ESP32 with XEdge32

      Learn how to set up Xedge32 and start coding on the ESP32-S3 with Lua programming!

      Stream Audio From Raspberry Pi to Local Computer

      Stream Audio From Raspberry Pi to Local Computer

      Discover the simplicity of streaming live audio directly from a USB microphone connected to your Raspberry Pi to...

      SSH Raspberry Pi via Cell Phone

      SSH Raspberry Pi via Cell Phone

      This beginner-friendly guide will walk you through remotely controlling your Raspberry Pi using SSH through your cell phone.

      Remotely Control Raspberry Pi via SSH from External Network

      Remotely Control Raspberry Pi via SSH from External Network

      Learn how to SSH into your Raspberry Pi from any network. This is critical in IoT since you can control...

      Stream Video from Raspberry Pi Camera to YouTube Live

      Stream Video from Raspberry Pi Camera to YouTube Live

      Learn how to stream to YouTube from a Raspberry Pi Camera.

      How to Connect BH1750 with Arduino: Measure Ambient Light

      How to Connect BH1750 with Arduino: Measure Ambient Light

      Learn how to measure ambient light for smart lighting control using Arduino and the BH1750 Light Intensity Module.

      How to Connect MPU9250 and Raspberry Pi (Part 2 - Calibration)

      How to Connect MPU9250 and Raspberry Pi (Part 2 - Calibration)

      Learn how to calibrate the MPU9250 in Python with the Raspberry Pi to get more accurate acceleration and gyroscopic...

      Back to blog

      Leave a comment

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