User Tools

Site Tools


xtension_manual:ngrok

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xtension_manual:ngrok [2021/03/29 02:47] – Created Again James Sentmanxtension_manual:ngrok [2023/02/13 14:52] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ----- -----
 =====NGROK Configuration:===== =====NGROK Configuration:=====
-You can experiment with their free account, but this is not supported by the built in configuration tools in XTension. They create a random address for your passthroughs that changes with each time it starts up. The XTension tools require at least their basic account and that you use reserved subdomains of the ngrok.io address. After you create your account you can reserve subdomains from the [[https://dashboard.ngrok.com/endpoints/domains|Endpoints Domains]] section of the dashboard. You’ll need a separate endpoint name for each service you wish to tunnel through their service.+You can experiment with their free account, but this is not supported by the built in configuration tools in XTension. They create a random address for your passthroughs that changes with each time it starts up. To experiment download and install their mac client and after adding your access token you can setup a temporary XTension passthrough for testing by noting the port of one of your web services and issuing a command like: 
 + 
 +<code> 
 +ngrok http 8080 
 +</code> 
 + 
 +or whatever port number is appropriateThe interface brought up in the terminal will show you what the randomly generated hostname is for your testing. Once you have verified that it works and will be of use to you then you can sign up for one of their paid service tiers and configure it in XTension. 
 + 
 +The XTension tools require at least their basic account and that you use reserved subdomains of the ngrok.io address. After you create your account you can reserve subdomains from the [[https://dashboard.ngrok.com/endpoints/domains|Endpoints Domains]] section of the dashboard. You’ll need a separate endpoint name for each service you wish to tunnel through their service.
  
 When you reserve a domain name be sure to select the correct region for where you’ll mostly be connecting to it. That setting must match what you setup in XTension later. When you reserve a domain name be sure to select the correct region for where you’ll mostly be connecting to it. That setting must match what you setup in XTension later.
xtension_manual/ngrok.1616986035.txt.gz · Last modified: 2023/02/13 14:51 (external edit)