Remote access permissions
Learn the functionality of the remote access permission and how to manage it in the Meshnet permission menu.
This article covers Meshnet’s remote access permission, its functionality while enabled or disabled, and the impact it has on your Meshnet. The article also provides instructions on how to grant or deny the remote access permission for each of your Meshnet peer devices.
Once you enable Meshnet, the devices treat each other as members of a shared private network. The purpose of the remote access permission is to control whether a Meshnet peer can reach your device. The devices can communicate with each other via the Meshnet IP address or the Nord name. By default, remote access is enabled for all of your Meshnet devices, but you can modify this setting in the Meshnet permission menu.
Your device accepts incoming connections from a Meshnet peer. The connections can be initiated from the same local network or from the outside.
Figure 1. Remote access enabled
As illustrated in the model above, data can be exchanged in both directions. This two-way communication between the devices enables a wide range of use cases, including but not limited to:
Your device does not accept connections from a Meshnet peer. If a connection is attempted (for example, using the
ping
command), it will fail because the recipient will not receive it.Figure 2. Remote access disabled
Having the remote access permission disabled will prevent the peer from accessing any shared folders or services on your device.
If you want to change the status of the remote access permission, you can do so for each device individually. The Meshnet permission view also indicates whether your peer has enabled or disabled the permission for your device:

To manage the remote access permission, proceed with the following instructions:
Windows
iOS and Android
macOS
Linux
- 1.
- 2.On the left-side menu, select the Meshnettab.
- 3.Click the device that you want to alter the permissions for.
- 4.Under Remote access permissions, turn on or off the Remote access to your device toggle.
- 1.
- 2.Tap Meshnetat the bottom of the screen.
- 3.Select Manage devices.
- 4.Tap the Permissions area under the device that you want to alter the permissions for.
- 5.Under Remote access permissions, turn on or off Remote access to your device.
- 1.
- 2.On the left-side menu, select Meshnet.
- 3.Click the Morebutton next to the device that you want to alter the permissions for.
- 4.Select the Don't allow remote access to your device or the Allow remote access to your device option.
- 1.Open the terminal.
- 2.Run the following command to list your Meshnet peers:nordvpn meshnet peer list
- 3.Note the Nord name of the peer you want to alter permissions for.
- 4.To either allow or disable the permission, use one of the following commands, replacing
<NordName>
with the peer’s Nord name or Meshnet IP:nordvpn meshnet peer incoming allow <NordName>nordvpn meshnet peer incoming deny <NordName>
Last modified 14d ago