Quick Start
Choose your preferred way to start Nacos in minutesUse nacos-setup for one-click automated deployment with auto download, auth config and environment validation
curl -fsSL https://nacos.io/nacos-installer.sh | sudo bashInstall nacos-setup via PowerShell for one-click Nacos deployment
powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing https://nacos.io/nacos-installer.ps1 | iex"Deploy quickly with Docker image, with auth configuration support
docker run --name nacos-standalone \ -e MODE=standalone \ -e NACOS_AUTH_TOKEN={your_token_secret_key} \ -e NACOS_AUTH_IDENTITY_KEY={your_identity_key} \ -e NACOS_AUTH_IDENTITY_VALUE={your_identity_value} \ -p 8080:8080 \ -p 8848:8848 \ -p 9848:9848 \ -d nacos/nacos-server:latest









![[object Object]](https://img.alicdn.com/imgextra/i4/O1CN01qZ4Kh71Vfwndw8Qoa_!!6000000002681-2-tps-80-80.png)




![[object Object]](https://img.alicdn.com/imgextra/i3/O1CN01W3W4PH1qXngVzf7uP_!!6000000005506-2-tps-80-80.png)










