NetWorker NWUI Page Not Found (HTTP 404) after NWUI reinstallation
Summary: After performing a clean reinstall of NetWorker Web UI (NWUI) and successfully running nwui_configure.sh, attempting to access the NWUI returns an error: HTTP 404 - *Page not found*.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
- NetWorker Web UI (NWUI) URL
https://<FQDN>:9090/nwuireturns HTTP 404 - All NWUI-related daemons are running
- Port 9090 is listening
- No warnings or errors appear in NWUI, AUTHC, or application monitoring logs
- Other AUTHC-based endpoints are accessible, for example:
https://<FQDN>:9090/nwrestapihttps://<FQDN>:9090/auth-server
Cause
The NWUI endpoint nwui and nwui.war provided by the AUTHC Tomcat service, is missing from the /nsr/authc/webapps directory.
Resolution
Follow these steps to resolve the issue:
- Copy the
nwui.warfile to the AUTHC webapps directorycp /opt/nwui/lib/nwui.war /nsr/authc/webapps/ - Check file permissions. If the file permissions are restricted (for example):
-rw------- 1 root root nwui.war
- Update the permissions so the AUTHC Tomcat service can read and deploy the file:
chmod 755 /nsr/authc/webapps/nwui.war
- Restart NetWorker service.
systemctl restart networker
- Verify successful deployment. Confirm that the
nwuidirectory is created under/nsr/authc/webappswith the following permissions:
drwx------. 4 nsrtomcat nsrtomcat 37 Dec 26 16:06 nwui
- Access NWUI:
https://<FQDN>:9090/nwui
Affected Products
NetWorkerProducts
NetWorker FamilyArticle Properties
Article Number: 000447665
Article Type: Solution
Last Modified: 02 Apr 2026
Version: 1
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.