Skip to main content

Remote access

Connecting with Panther over the internet

You can access the robot not only in LAN but also over the Internet. The connection is based on Husarnet VPN.

Find the Join Code

To connect your devices to the same Husarnet VPN network, you need to use the Join Code associated with that network.

You will find your Join Code in your account at https://app.husarnet.com

-> Click on the desired network
-> Add element button
-> Join Code tab

Connecting your Panther

First, let's run Husarnet on your Panther.

husarion@Panther:~$
sudo systemctl enable husarnet
husarion@Panther:~$
sudo systemctl start husarnet
husarion@Panther:~$
sudo husarnet join PASTE_YOUR_JOIN_CODE_HERE Panther

Connecting your laptop

Install Husarnet VPN client on your laptop (for Linux):

user@mylaptop:~$
curl -s https://install.husarnet.com/install.sh | sudo bash
user@mylaptop:~$
sudo systemctl restart husarnet
user@mylaptop:~$
sudo husarnet join PASTE_YOUR_JOIN_CODE_HERE mylaptop

If you have another OS on your computer, please find the supported options here.

Testing the connection

That's all - now you can access the robot over the Internet and use your Panther's hostname instead of IPv4 address, e.g.:

user@mylaptop:~$
ssh husarion@Panther

After that, you should see:

To get more information about using Husarnet visit this tutorial for a quick start.