All Products
Search
Document Center

Microservices Engine:404 error when accessing `IP:8848/nacos` in a browser

Last Updated:Mar 11, 2026

Symptom

Opening http://<IP>:8848/nacos in a web browser returns a 404 status code. The Nacos console does not load.

Cause

The nacos-console module is not supported in Microservices Engine (MSE) Nacos 1.1.3. This module serves the Nacos web console UI. Without it, the Nacos server has no web console, and requests to the /nacos path return a 404.

MSE Nacos versionnacos-console moduleWeb console at IP:8848/nacos
1.1.3Not supported404
1.2.1SupportedAvailable

Solution

Upgrade your MSE Nacos instance to version 1.2.1. Version 1.2.1 includes the nacos-console module and serves the web console at IP:8848/nacos.

For step-by-step instructions, see Upgrade a Nacos version.

Verify

After the upgrade completes, open http://<your-nacos-ip>:8848/nacos in a browser. The Nacos console loads without errors.

See also