Skip to main content
Version: 2.7

Deploy with RPM

NOTE: Only support CentOS 7 currently, for more information, please refer to here.

Install from RPM#

$ sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.6/apisix-dashboard-2.6-0.x86_64.rpm

Run#

Before you start, make sure the following dependencies are installed and running in your environment.

$ sudo nohup manager-api -p /usr/local/apisix/dashboard/ &

# or manager-api as a service
$ sudo manager-api start -p /usr/local/apisix/dashboard/

Without changing the configuration, visit http://127.0.0.1:9000 to use the dashboard with GUI, where the default username and password are admin.