Port details |
- nginx-ui Yet another WebUI for Nginx
- 2.1.17_1 sysutils
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dtxdf@FreeBSD.org
 - Port Added: 2025-09-02 19:45:21
- Last Update: 2025-09-04 18:09:35
- Commit Hash: a44832e
- License: AGPLv3
- WWW:
- https://nginxui.com
- Description:
- Nginx UI is a comprehensive web-based interface designed to simplify
the management and configuration of Nginx single-node and cluster
nodes. It offers real-time server statistics, Nginx performance
monitoring, AI-powered ChatGPT assistance, the code editor that
supports LLM Code Completion, one-click deployment, automatic renewal
of Let's Encrypt certificates, and user-friendly editing tools for
website configurations. Additionally, Nginx UI provides features
such as online access to Nginx logs, automatic testing and reloading
of configuration files, a web terminal, dark mode, and responsive
web design. Built with Go and Vue, Nginx UI ensures a seamless and
efficient experience for managing your Nginx server.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- nginx-ui>0:sysutils/nginx-ui
- To install the port:
- cd /usr/ports/sysutils/nginx-ui/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/nginx-ui
- pkg install nginx-ui
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nginx-ui
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1756360261
SHA256 (nginx-ui-v2.1.17.frontend.tar.gz) = 8f93d1d2e69600ce2a0ef56c78f1913914806cc3bf524ca81e1641905ccfb23b
SIZE (nginx-ui-v2.1.17.frontend.tar.gz) = 1694681
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go125 : lang/go125
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_nginx-ui
- USES:
- go:1.25,modules
- pkg-message:
- For install:
- NGINX UI is installed
1) Install a variant of NGINX like www/nginx:
pkg install -y www/nginx
2) Populate NGINX directory with the directories
required by NGINX UI:
mkdir -p /usr/local/etc/nginx/conf.d
mkdir -p /usr/local/etc/nginx/streams-enabled
mkdir -p /usr/local/etc/nginx/sites-enabled
mkdir -p /usr/local/etc/nginx/sites-available
mkdir -p /usr/local/etc/nginx/streams-available
3) Configure NGINX:
cp /usr/local/share/nginx-ui/nginx-ui.conf /usr/local/etc/nginx/conf.d
cp /usr/local/share/nginx-ui/nginx.conf /usr/local/etc/nginx/nginx.conf
Of course, if you have already modified nginx.conf, backup it first.
Then, after copying the new nginx.conf, edit it according to your needs.
4) Configure NGINX UI in /var/db/nginx-ui/app.ini
5) Enable NGINX UI with
sysrc nginx_ui_enable=YES
6) Start both NGINX and NGINX UI with
service nginx-ui start
service nginx start
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.17_1 04 Sep 2025 18:09:35
    |
Adam Weinberger (adamw)  |
many: Bump go ports for go-1.25.1 |
2.1.17 02 Sep 2025 19:43:11
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
sysutils/nginx-ui: New port: Yet another WebUI for Nginx
Nginx UI is a comprehensive web-based interface designed to simplify
the management and configuration of Nginx single-node and cluster
nodes. It offers real-time server statistics, Nginx performance
monitoring, AI-powered ChatGPT assistance, the code editor that
supports LLM Code Completion, one-click deployment, automatic renewal
of Let's Encrypt certificates, and user-friendly editing tools for
website configurations. Additionally, Nginx UI provides features
such as online access to Nginx logs, automatic testing and reloading
of configuration files, a web terminal, dark mode, and responsive
web design. Built with Go and Vue, Nginx UI ensures a seamless and
efficient experience for managing your Nginx server. |
Number of commits found: 2
|