Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ngrok minecraft server


@echo off

taskkill /f /im ngrok.exe 

START /b cmd /c ngrok tcp 25565 -log=stdout
java -jar server.jar nogui

taskkill /f /im ngrok.exe 
Comment

ngrok start server

## Change "80" with your app port.
ngrok.exe http 80
Comment

how to start ngrok server

./ngrok http 8080
Comment

how to set a new ngrok

ngrok config add-authtoken 2Cq7R4vPcyBIolS9wzuTvD3tNVV_4NbQhSFB3ybtkRKVPx2z8
Comment

how to set a new ngrok

# in ngrok.yml
authtoken: 2Cq7R4vPcyBIolS9wzuTvD3tNVV_4NbQhSFB3ybtkRKVPx2z8
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell copy-item specify credentials 
Shell :: git change date 
Shell :: create new file terminal 
Shell :: create a new branch and publish gitub 
Shell :: push-github-project 
Shell :: nano go to line 
Shell :: uninstall cinnamon 
Shell :: linux command line search file by size 
Shell :: install vuex orm 
Shell :: git apply exclude file 
Shell :: bash add help argument 
Shell :: install automapper asp.net core mvc 
Shell :: ffmpeg add audio to image 
Shell :: how to push code to bitbucket 
Shell :: terraform remove from state 
Shell :: generate component angular without folder 
Shell :: git show staged file contents 
Shell :: installing appimage file ubuntu 
Shell :: batch file if statement 
Shell :: add group linux 
Shell :: ubuntu start sublime 3 
Shell :: gitignore folder 
Shell :: change name of branch github 
Shell :: git merge branch to another branch 
Shell :: update ruby version ubuntu 
Shell :: how to open file in linux 
Shell :: how to kill a service based on port number on mac 
Shell :: gradle test 
Shell :: rename branch in git 
Shell :: how to copy a file in linux 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =