2026-02-05 13:59:50 +01:00
{
"name" : "Nginx UI" ,
"slug" : "nginx-ui" ,
"categories" : [
21
] ,
"date_created" : "2026-02-05" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 9000 ,
"documentation" : "https://nginxui.com/guide/" ,
"website" : "https://nginxui.com" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nginx-ui.webp" ,
"config_path" : "/usr/local/etc/nginx-ui/app.ini" ,
"description" : "Nginx UI is a comprehensive web-based interface designed to simplify the management and configuration of Nginx servers. It provides features like online statistics, ChatGPT-powered config assistant, automatic Let's Encrypt certificates, and config file editing with syntax highlighting." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/nginx-ui.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 4 ,
"os" : "Debian" ,
"version" : "13"
}
}
] ,
"default_credentials" : {
2026-02-09 10:52:33 +01:00
"username" : null ,
2026-02-05 13:59:50 +01:00
"password" : null
} ,
"notes" : [
{
2026-02-09 10:52:33 +01:00
"text" : "On first visit, the setup wizard will guide you to create an admin account and configure ACME email." ,
"type" : "warning"
2026-02-05 13:59:50 +01:00
} ,
{
2026-02-09 10:52:33 +01:00
"text" : "Nginx runs on ports 80/443, Nginx UI management interface on port 9000." ,
2026-02-05 13:59:50 +01:00
"type" : "info"
} ,
{
2026-02-09 10:52:33 +01:00
"text" : "SSL certificates can be managed automatically with Let's Encrypt integration." ,
2026-02-05 13:59:50 +01:00
"type" : "info"
}
]
}