Install Admin Console
The current version of dubbo admin is under development, including: route rule, dynamic configuration, access control, weight adjustment, load balance, etc.
Install:
git clone https://github.com/apache/dubbo-admin.git /var/tmp/dubbo-admin
cd /var/tmp/dubbo-admin
mvn clean package
Configuration 1:
configuration file:
dubbo-admin-backend/src/main/resources/application.properties
configurations:
dubbo.registry.address=zookeeper://127.0.0.1:2181
Start:
mvn --projects dubbo-admin-backend spring-boot:run
For more information, please visit:
https://github.com/apache/dubbo-admin
Visit [^2]:
http://127.0.0.1:8080
There’s no login for current version, will be added later ↩︎
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 22, 2021: Merge branch 'master' of https://github.com/apache/dubbo-website (f48eac9)