【 Access Raspberry Pi Remotely 】 Step by Step Guide ▷ 2022

For many reasons, Sometimes we prefer not to connect any peripherals to the and, in these cases, it is very practical to control it remotely. For it, There are many applications that allow you to manipulate the device as if we were in front of it, but without touching it.

are not required in-depth knowledge of computers to make the connection. Even if you are a newbie, by putting into practice the steps given in this tutorial you will have the remote connection up and running in just a few minutes, without making mistakes that delay your project.

You can make the remote connection from any platform, no matter what it is Windows, Mac or Linux. With this clear, we are going to discover the easy and fast way to use this function as well as some useful methods and tools when manipulating your Pi remotely.

What is the use of connecting remotely to a Raspberry Pi?

This function is used to make configurations to the Raspberry Pi system if you are not in front of itconnecting from another computer, tablet and even a smartphone.

Many times, installing a keyboard, monitor and mouse to this minicomputer is an unnecessary task, the work becomes heavy and it is even complicated to execute the commands. You may also have these peripherals busy on other computers. Thus, it is preferable to have the remote configuration ready to work without obstacles. Finally, we add that you can also undertake monitoring tasks, install software or send emails.

What do I need to keep in mind when remotely connecting to my Raspberry Pi to be successful?

You should keep in mind that remote assistance programs used on the Raspberry Pi work with an internet connection. So, for the experience to be pleasant, you must have a stable upload and download speed, because otherwise the work will be affected and reduced.

Learn step by step how to activate the remote access services of your Raspberry Pi easily and quickly

Have in your hands the possibility of managing your single board, with a remote desktop, gives you many advantages. We start by looking at how we can activate the services we need from Raspberry Pi OS and Linux.

Let’s see next:

From Raspberry Pi OS

By having theas this operating system was known before, we access the configuration where we can make various changes that are displayed in the window.

To do so, we follow the following steps:

  • Go to the “Start Menu“.
  • We look for the section “Preferences”.
  • press “Setting”.
  • when loada link will appear to access various settings.
  • We enter “interfaces” and we activate the ones we need from an extensive list.
  • When finished selecting, we click on “To accept”.
See also  Proton Drive; new alternative to Google Drive in the cloud

From Linux

For perform this configurationwe must enter the terminal linux, this regardless of whether or not we have the graphical environment installed.

Follow the steps as follows:

  • Once in the terminal, run the following command: sudo raspi-config.
  • Now A window opens with several elements to configure. Search until you find the one called “Interfacing Options”.
  • upon enteringshows all the services that can be activated, choose the ones that interest you and give it “Select”.

Find out how to remotely connect to your Raspberry Pi using SSH

The SSH (Secure Shell) connection allows us to connect remotely through a terminal without having to have a monitor installed, being able to do any operation you need:

  • To begin, it is necessary to activate “SSH” on the Raspberry Pi.
  • Now you go to “Start Menu”, “Preferences” Y “Setting”.
  • A window opens in which you must select the option “interfaces“.
  • Once there, you make sure to activate the option “SSH” and you press “To accept”.

From windows

Windows does not have an SSH Client installed natively, to be able to use it you must use an extra program:

  • Once you install the program, open windows terminal and you look at the IP address that has been assigned.
  • After, activate the same option on the Raspberry Pi.
  • Open the program WinSCP and enter the data that is being requested.
  • Among others, it introduces “Raspberry IP”, “Password” and you give to “Connect”.
  • With this we are ready to carry out the tasks that we have pending.

From Linux

Unlike Windows, Linux already brings the SSH protocol natively. So in this case you don’t need to install an additional program if you want to connect from your Raspberry through a free software distribution.

The steps you have to take are the following:

  • open a terminal and enter the following command: ssh user@ipaddress.
  • Once you enter the datait will ask you if you want to continue the connection.
  • You must write “And it is” and then it will ask for your access credentials, including the password.
  • When you enter the data, you can now use your Raspberry via Linux.

From macOS

In the case of this operating system, also remote desktop can be activated using the application that comes built into the terminal or, in any case, use some other remote access tool.

See also  Despite attempts to impose them, electric cars are not adopted as expected due to their inaccessible prices

But, let’s show you how to do it from the terminal:

  • open terminal and type the following command: ssh pi@192.168.1 followed by the IP address.
  • Asks you If you want to continue the connection, indicate that “Yes”.
  • In some secondsIt will ask you for your username and password.
  • everything is ready to work with your raspberries remote form.

We show you the steps to follow to connect to your Raspberry Pi remotely using Putty

is an SSH client that allows remote connection to servers, once logged in. It is free license and, although at first it could only be used in Windows, the presence has been extended to other platforms.

The connection is very simple, just follow the steps below:

  • Download the program from their website putty.org and install.
  • when you open it, a window appears in which you must enter the IP of your Raspberry.
  • after enteringanother window appears in which you must enter username and password.
  • If you have the default passwordyou can change it with this command: sudo passwd.
  • The new credentials They will be the ones you use in the next logins.

Steps to remotely connect to your Raspberry Pi mini computer using VNC

VNC or Virtual Network Computing it’s a tool based on allowing you to control a PC using the server-client structure.

Two good reasons to use it are that remote connections are not lost even if there are temporary interruptions, and that it uses a low amount of resources:

enable VNC

It is done included in the Raspberry Pi OS systembut not activated.

To enable it, use the following command:

configure your PC

Once let’s install itwhen running it we introduce the, an access password and we will be connected to the remote computer.

Learn step by step how to remotely connect to your Raspberry Pi using Webmin quickly and easily

Unlike the other two tools, Webmin works with a web browser and from there the Raspberry Pi is managed. The interface is very friendly and, although at the beginning it was basically for linux, newer versions can be installed in Windows.

Let’s see:

Install the tool

The first step is download the tool from their official page.

To install the file, we execute this command:

  • sudo dpkg -i webmin_1.670_all.deb.

When the installation is finished, will automatically configurein a few minutes it will be ready.

See also  【 Earn Money as a Community Manager 】 Detailed Guide ▷ 2022 ◁

use the browser

When installed, We open the browser and put the URL of the Raspberry including HTTPS. Port 10000 and immediately the first screen appears. On the left side, you can see the “Webmin settings”. It also can configure the SSH server of the Raspberry. With this web application, we can manage our computer from anywhere without any complications.

List of the best programs to remotely access a Raspberry Pi that you should know right now

Now we focus on four applications that will also give us the possibility to connect remotely and carry out any work on our Raspberry Pi:

AnyDesk.com

This software, which is available for multiple platforms, provides remote support. For end users it is free, but companies can contract a payment plan. Advanced computer skills are not required to use it. Once it is installed on both computers and the keys are configured, they communicate quickly with each other, seeing the single board as if you were in front of it.

xrdp.org

This open source implementation It is based on the Microsoft Remote Desktop Protocol (RDP). Allows you to graphically control a remote system and can be used in a portable way without installing anything. It is not installed by default on the Raspberry, however, with a stable internet connection, it meets the required functions.

X2Go

This is an open source program that It is on Linux, Windows and Mac. It is free and very easy to work with. When installed, Allows multiple users to access simultaneously with the particularity that each one can be assigned certain applications and not a complete environment. The way to run it is directly through the server.

teamviewer.com

It is in the top among the best remote connection tools. It has a paid version and a free version that meets most of the functions. The only thing that is needed is to install the application on the devices, then it will give us a code that is used to control the computer. By configuring the password and entering the ID number, both devices can be viewed and work remotely.

Loading Facebook Comments ...
Loading Disqus Comments ...