Skip to content

qlikstar/jprq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's JPRQ?

  • JPRQ is a free and open tool for exposing local servers to public network (the internet)
  • it can expose TCP protocols, such as HTTP, SSH, major databases (MySQL, Postgres, Redis)

How to install

Windows

📹Video tutorial

  1. Install the latest release of JPRQ

  2. Place the file where it is convenient for you

    (At this point, you can use the program, but you will need to manually call the .exe file)

  3. Create jprq.bat file so we can use the "jprq" keyword to call the .exe file

    @echo off
    "C:\Exact\Path\To\File\jprq-windows-386.exe" %*
  4. Awesome! Finally, we need to add to the environment variable "PATH", the path to the folder where we created .bat file (step 3)

Congratulations! You can check if everything is working with the jprq command in CMD


MacOs and Linux
$ brew install jprq

or

$ curl -fsSL https://jprq.io/install.sh | sudo bash

How to use

First obtain auth token from https://jprq.io/auth, then

jprq auth <your-auth-token>

Replace 8000 with the port you want to expose

jprq http 8000

For exposing any TCP servers, such as SSH

jprq tcp 22

For using custom subdomains

jprq http 3000 -s custom

For using jprq debugger (with v2.1 or higher)

jprq http 3000 --debug

Serve files using built-in HTTP Server

jprq serve .

Press Ctrl+C to stop it

Update as of Oct 21, 2023

** jprq is now members-only service **

What does that mean?

  • it still stays open and free to self-host
  • to use the service I maintain, buy me a coffee and leave your github username
  • I will send you invite link to keep using jprq

Buy Me A Coffee

About

join public router. quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.1%
  • Shell 3.9%