# ngrok-one-key-install **Repository Path**: topanda/ngrok-one-key-install ## Basic Information - **Project Name**: ngrok-one-key-install - **Description**: ngrok one key install shell(http://soft.clang.cn/ngrok/install_ngrok.sh) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-04 - **Last Updated**: 2023-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Ngrok服务器一键安装脚本【支持用户管理】(穿透DDNS) ##在此非常感谢[koolshare](http://koolshare.cn/forum-72-1.html)的[小宝](http://koolshare.cn/space-uid-2380.html)宝大对ngrok进行的二次开发,让我等可以用上非常好用的程序,同时感谢[woaihsw](http://koolshare.cn/space-uid-13735.html)在脚本制作中提供的帮助。 脚本是业余爱好,英文属于文盲,写的不好,不要笑话我,欢迎您批评指正。 安装平台:CentOS、Debian、Ubuntu。 Server ------ ### Install 执行命令: ```Bash wget --no-check-certificate https://gitee.com/topanda/ngrok-one-key-install/raw/master/install_ngrok.sh -O ./install_ngrok.sh chmod 500 ./install_ngrok.sh ./install_ngrok.sh install ``` ### 服务器管理 Usage: /etc/init.d/ngrokd {start|stop|restart|status|config|adduser|deluser|userlist|info} Usage: /etc/init.d/ngrokd deluser {username} ~~*### 自己编译安装*~~ ~~*执行命令:*~~ ~~*wget --no-check-certificate https://gitee.com/topanda/ngrok-one-key-install/raw/master/install_ngrok.sh -O ./ngrok_install.sh*~~ ~~*chmod 500 ./ngrok_install.sh*~~ ~~*./ngrok_install.sh*~~