← 返回到所有服务
GitHub 仓库信息
获取时间 · 2026年6月5日 ★ 1,404 最新版本: v2.4.3 最后更新: 2026年6月4日
README
<h1 align="center"> <br> <img src="https://github.com/Safe3/openresty-manager/blob/main/logo.png" alt="OpenResty Manager" width="70px"> </h1> <h4 align="center">OpenResty Manager</h4> <p align="center"> <a href="https://github.com/Safe3/openresty-manager/releases"><img src="https://img.shields.io/github/downloads/Safe3/openresty-manager/total"> <a href="https://github.com/Safe3/openresty-manager/graphs/contributors"><img src="https://img.shields.io/github/contributors-anon/Safe3/openresty-manager"> <a href="https://github.com/Safe3/openresty-manager/releases/"><img src="https://img.shields.io/github/release/Safe3/openresty-manager"> <a href="https://github.com/Safe3/openresty-manager/issues"><img src="https://img.shields.io/github/issues-raw/Safe3/openresty-manager"> <a href="https://github.com/Safe3/openresty-manager/discussions"><img src="https://img.shields.io/github/discussions/Safe3/openresty-manager"> </p> <p align="center"> <a href="#dart-features">Features</a> • <a href="#rocket-usage">Usage</a> • <a href="#gift_heart-credits">Credits</a> • <a href="#kissing_heart-contact">Contact</a> • <a href="#key-license">License</a> </p> <p align="center"> <a href="https://github.com/Safe3/openresty-manager/blob/main/README_CN.md">中文</a> <br/><br/> ⭐Please help us with a star to support our continuous improvement, thank you! </p> --- Modern, secure, and elegant server control panel, open source alternative to OpenResty Edge, allows you to easily secure reverse proxy websites running at home or on the Internet, including access control, denial of service attack protection, identity authentication, automatic application and renewal of free SSL certificates, without having to know too much about OpenResty or Let's Encrypt. And it supports host management, including easy-to-use web terminals and file management, as well as Docker Composer based application store, greatly reducing the difficulty of website building and container management. <h3 align="center"> <img src="https://github.com/Safe3/openresty-manager/blob/main/docs/openresty-manager.png" alt="Dashboard" width="700px"> <br> </h3> <h3 align="center"> <img src="https://github.com/Safe3/openresty-manager/blob/main/docs/appstore.png" alt="Appstore" width="700px"> <br> </h3> ## :dart: Features :green_circle: The simplest OpenResty management product accessible via web interface. :purple_circle: Supports comprehensive security capabilities including access control, HTTP Flood protection, and identity authentication. :yellow_circle: Enables multiple free certificate application protocols with automatic renewal hosting. :red_circle: Features host management with web-based command terminal and file management. :large_blue_circle: Includes app marketplace and container management, making website construction simpler than ever before. :orange_circle: Offers multi-node management for batch administration of multiple servers. :brown_circle: Delivers distributed CDN caching acceleration for building CDN clusters. ## :rocket: Usage OpenResty Manager is not only easy to use but also easy to install, supports both host and container environments. - ### Host Version Install > :biohazard: ***If the server is using cloud services, remember to open the TCP port 80, 443 and 34567 required for OpenResty Manager*** One click installation: Automatic installation can be completed in minutes. > [!WARNING] > 中国用户请访问 [中文官网](https://om.uusec.com/cn/) 安装中文版,以下步骤安装国际版可能会导致无法使用! ```bash sudo bash -c "$(curl -fsSL https://om.uusec.com/installer.sh)" ``` After that, you can manage the OpenResty Manager service using the systemctl command, including operations like starting, stopping, and restarting. For example: systemctl stop oms. - ### Docker Version Install One click installation: Automatic installation can be completed in minutes. > [!WARNING] > 中国用户请访问 [中文官网](https://om.uusec.com/cn/) 安装中文版,以下步骤安装国际版可能会导致无法使用! ```bash sudo bash -c "$(curl -fsSL https://om.uusec.com/docker_installer.sh)" ``` Subsequently, `bash /opt/om/om.sh` is used to manage the OpenResty Manager container, including starting, stopping, updating, uninstalling, etc. - ### Quick Start 1. Login to the management: Access https://your-ip:34567 , the default username is "admin", and the default password is "#Passw0rd". 2. Add SSL certificates: Go to the certificates management menu, apply for a Let's Encrypt free SSL certificate or upload an existing certificate. 3. Add apps: Go to the app store menu and install apps such as WordPress with just one click. 4. Add upstreams: Go to the upstream management menu and add upstream load balancing for installed applications such as WordPress. 5. Add a site: Go to the sites menu, click the "New site" button, and follow the prompts to add the site domain names for reverse proxy. 6. Test connectivity: Change your domain dns A or CNAME record to the OpenResty Manager server IP, visit your website to see if it can be opened. - ### Advanced Configuration (Multi-node CDN) 1. DNS Manager: Manage third-party DNS records through this product, add a root domain for CDN CNAME binding (e.g., uusec.com). 2. Node Groups: Create a node group, enable domain resolution, and specify the domain (e.g., cdn.uusec.com). 3. Node Deployment: Install OpenResty Manager on other servers as CDN nodes. 4. Node Manager: Add the CDN node (deployed in Step 3) to the primary node server, and assign the node group created in Step 2. 5. Site Creation: In the Sites menu, click "New Site" and add a reverse-proxied site domain (e.g., www.uusec.com) as prompted. 6. CDN Binding: In the DNS Manager menu, add a CNAME record for www.uusec.com with the value cdn.uusec.com. 7. Configuration Sync: In the Node Manager menu, synchronize the site (created in Step 5) to CDN child nodes. 8. CDN Testing: Access the domain www.uusec.com to verify traffic routing through the CDN node deployed in Step 3. - ### Uninstall One click uninstallation: Automatic uninstallation can be completed in minutes. ```bash sudo bash -c "$(curl -fsSL https://om.uusec.com/uninstaller.sh)" ``` ## :1st_place_medal: Product List Other great products from us: [UUSEC WAF](https://github.com/Safe3/uusec-waf) - AI and semantic technology Web Application Firewall and API Security Gateway (WAAP). ## :gift_heart: Credits Thanks to all the amazing [community contributors for sending PRs](https://github.com/Safe3/openresty-manager/graphs/contributors) and keeping this project updated. ❤️ If you have an idea or some kind of improvement, you are welcome to contribute and participate in the Project, feel free to send your PR. <p align="center"> <a href="https://github.com/Safe3/openresty-manager/graphs/contributors"> <img src="https://contrib.rocks/image?repo=Safe3/openresty-manager&max=500"> </a> </p> ## :kissing_heart: Contact If you want to support more features , please send mail to support[at]uusec.com . ## :key: License OpenResty Manager is under GPL license, everyone can use it for free!
OpenResty Manager 是一个简单易用、功能强大的 OpenResty 管理界面,是 OpenResty Edge 的开源替代方案。它可以帮助用户轻松地配置反向代理,并提供强大的安全功能。
主要功能
- 反向代理:轻松配置网站反向代理
- 访问控制:支持 IP 访问控制
- HTTP 洪水防护:防止 DDoS 攻击
- 免费 SSL:支持 Let's Encrypt 免费证书
- DNS 验证:支持 DNS-01 验证方式
- 自定义 SSL:支持上传自定义 SSL 证书
- 高级配置:支持 OpenResty 高级配置
- Web 界面:美观易用的管理界面
- Docker 支持:支持容器化部署
- 一键安装:提供一键安装脚本
部署要求
- 操作系统:支持主流 Linux 发行版
- 端口要求:80、443、34567
- 存储空间:建议至少 1GB
- 内存要求:建议 2GB 以上
- 网络要求:需要公网 IP 或域名