# ngrok-one-key-install **Repository Path**: ledia_admin/ngrok-one-key-install ## Basic Information - **Project Name**: ngrok-one-key-install - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2025-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: 同步官网 ## 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://github.com/clangcn/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://github.com/clangcn/ngrok-one-key-install/raw/master/ngrok_install.sh -O ./ngrok_install.sh*~~ ~~*chmod 500 ./ngrok_install.sh*~~ ~~*./ngrok_install.sh*~~