Welcome aboard! In the following guide you will learn how to configure your first service on netjump!
We are going to expose a HTTP server running at port 80 on a local device. In summary, we are going to:
In this example, we are going to expose the HTTP server running at the port 80 of the device
Instructions for linux amd64.
Check other available OS and platforms here
# Download the client app
wget https://pb.netjump.dev/downloads/releases/1.1.3/netjump_linux_amd64.zip
# Unzip
unzip netjump_linux_amd64.zip
# Test the client
./netjump --version
You will need your Auth Token and the device-id of the device you just configured in the cloud
Your auth token will have a similar format to this one. This is just a example auth token and it is invalid.
Your Auth Token is confidential!
Be careful to not disclose it
./netjump
Done! Now you should be able to access your service from the dashboard.
Go to My Devices, click on your device, click on the service your want to access (Web Page in the example)