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

PREVIOUS NEXT
Code Example
Shell :: adonis make migration 
Shell :: Add RPM Fusion Fedora 36 
Shell :: yarn add @materialui 
Shell :: 7zip command line 
Shell :: install docker compose in linux 
Shell :: git merge force 
Shell :: linux get user uid 
Shell :: copy one branch to another git 
Shell :: download windows lock screen wallpaper 
Shell :: concatenate strings batch 
Shell :: crontab only working days 
Shell :: uninstall package with pip 
Shell :: git remove cached 
Shell :: How to install p12 certificate in ubuntu 
Shell :: virtualbox guest additions ubuntu 20.04 install 
Shell :: grant superuser permission to sudo user ubuntu 
Shell :: install storybook react 
Shell :: docker-compose update changes 
Shell :: shell function example 
Shell :: how to upgrade in linux 
Shell :: magento 2 configure cron command line 
Shell :: install angular app 
Shell :: set multiple git username and password 
Shell :: program to find leap year in bash 
Shell :: ng command not found 
Shell :: install brain.js 
Shell :: Usage Error: The nearest package directory 
Shell :: show conflcited files 
Shell :: terminator download 
Shell :: install bootstrap in angular 9 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =