Getting Started

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:


Netjump Cloud Config

1. Add a device

2. Add a service to the device

In this example, we are going to expose the HTTP server running at the port 80 of the device



Client Agent Config

1. Install the client app on your 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

2. Configure the client

You will need your Auth Token and the device-id of the device you just configured in the cloud


Your Auth Token is confidential!

Be careful to not disclose it


3. Run the Client Agent

./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)


Service Link