NetMind Power Documentation
  • NetMind Account
  • Inference
    • Model APIs
    • Dedicated Endpoints
  • Fine-tuning
  • Rent GPUs
    • Cloud Sync
    • Use Ngrok as Ingress Service
  • Rent Cluster (Comming soon)
  • API
    • API token
    • Files
    • Fine-tuning
      • List Models
      • Preparing your dataset
      • Create Job
      • Retrieve job
      • Download model
      • Cancel job
      • Deploy Checkpoint (coming soon)
    • Inference
      • Chat
      • Images
      • Haiper Inference
      • Asynchronous Inference
      • Dedicated Endpoints
      • Batch Processing
      • Embedding API
      • Deprecated Models
    • Rent GPU
      • SSH Authentication
      • List Available images
      • List Available GPU Instances
      • Create Your First Environment
      • Stop GPU instace
    • API Reference
      • Files
      • Fine-tuning
      • Rent GPU
Powered by GitBook
On this page
  • Get Ngrok Authtoken
  • Install Ngrok on your SSH Instance
  • Check Ingress Service Usage

Was this helpful?

  1. Rent GPUs

Use Ngrok as Ingress Service

PreviousCloud SyncNextRent Cluster (Comming soon)

Last updated 5 months ago

Was this helpful?

There are many ways to configure the Ingress service, and you can choose the method that suits your habits. Here, we are using Ngrok only as an example to demonstrate the process of configuring the Ingress service.

Get Ngrok Authtoken

  1. Create an account on .

  2. Go to your and get your "Authtoken"

Install Ngrok on your SSH Instance

Here is an example of one installation method: (Please use your "Authtoken" when run the "ngrok config add-authtoken" command)

sudo tar -xvzf ~/Downloads/https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz -C /usr/local/bin
ngrok config add-authtoken {{NGROK_AUTHTOKEN}}

Check Ingress Service Usage

You can use the screen command to start the Ngrok proxy and keep the process running in the background.

(base) xxxxxx@xxxxxxxxx 2024-01-28 % screen -S proxy
Restored session: Wed Jan 31 18:59:01 CST 2024
(base) xxxxxx@xxxxxxxxx 2024-01-28 % ngrok http 8080

You can use "ctrl+a+d" to detach the screen session.

You can also use the "screen -r proxy" command to go back to the session that starts Ngrok.

See how to install Ngrok on your SSH Instance .

You can access your 8080 service in SSH instance by visiting

here
https://bed4-39-170-108-22.ngrok-free.app.
Ngrok
dashboard