TanCloud Enterprise Edition Private Deployment
tip
We also provide a monitoring cloud service SAAS that is ready to use without deployment. Login to start for free
TanCloud Enterprise Edition supports deployment through Docker containers and installation packages, with CPU architecture support for X86/ARM64.
🍞 Quick deployment trial (non-production mode)
Quick installation via Docker
- Just one command to get started:
docker run -d -p 1157:1157 -p 1158:1158 --name tancloud tancloud/tancloud
or use quay.io (if dockerhub network connect timeout)
docker run -d -p 1157:1157 -p 1158:1158 --name tancloud quay.io/tancloud/tancloud
- Access
http://localhost:1157
to start, default account:admin/hertzbeat
🍞 Production environment deployment
Unified installation of TanCloud+metadata database+time series database via Docker-Compose
You need to install
docker
anddocker-compose
environment in advance.
- Download the Docker-Compose deployment script to the host you want to deploy and unzip it. Download link
- Currently, there are two deployment schemes:
tancloud-mysql-victoria-metrics
andtancloud-postgresql-victoria-metrics
. Choose one of them and enter the corresponding directory. - Run
docker-compose up -d
to start all services. - Access
http://localhost:1157
in your browser to get started. The default account and password areadmin/hertzbeat
.
🍞 Register License
- Access the TanCloud Enterprise Edition login page you deployed to get the 24-character feature code of this system. For example:
aTAYRdHF398LOZd44T4ebcG7
. - Apply for a trial or purchase an enterprise edition license, link.
- After successful application or purchase, you will receive a License Code in your email.
- Access the TanCloud Enterprise Edition login page you deployed in your browser, click
License
->Activate Authorization
->Enter License Code
->Activate
. - After activation, you can view your license information in
License
->View License
.
HAVE FUN