Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For remote SSH and VNC eaven behind NAT and Free (*Free for personal use Up to 5 devices) #178

Open
matristain opened this issue Mar 18, 2022 · 0 comments

Comments

@matristain
Copy link

Hello

This is a recommendation for all who need remote access to your devices by SSH or even VNC no Mather if its behind a NAT in other location.
You can SSH your Deveices from a Web browser, Desktop PC and Android or IOS APP.

**This is my setup please read remoteit documentation for you to be sure about how to setup yours.

I have use this for a long time (about 5 years now) but recently its much eraser to setup and access devices.

This is the setup I'm currently using please fell free to try it and hope this work for you to.

Create an account on https://remote.it/

Download the right version for you:
ARM - https://downloads.remote.it/cli/v1.8.0/remoteit_linux_armv6
wget https://downloads.remote.it/cli/v1.8.0/remoteit_linux_armv6
ARM64 - https://downloads.remote.it/cli/v1.8.0/remoteit_linux_arm64
wget https://downloads.remote.it/cli/v1.8.0/remoteit_linux_arm64

Place the file in /usr/bin and rename to "remoteit"
mv remoteit_linux_arm64 /usr/bin/remoteit

Change permissions on the file to make it executable
chmod +x /usr/bin/remoteit

Install the agent
sudo remoteit agent install

Sign In
sudo remoteit signin --user <remote.it username> --pass <password>

Register Devise
sudo remoteit register --name <name of your device>

Add Service
sudo remoteit add --name <service name> --port <service port> --type <application type>
Example:
sudo remoteit add --name MySSH --port 22 --type SSH
sudo remoteit add --name MyVNC --port 5900 --type VNC

Login to remoteIt (Web, Desktop App or mobile App) you'll get a random generated domain and port to access this service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant