Quick start
Get started with Rancher in two easy steps
Get Started
with Rancher in
2 Easy Steps
See how easy it is to get up and running with Rancher, right away.
Learn more by heading to the Getting Started Guide.
Prepare a Linux host with supported version of Docker on the host.
To install and run Rancher, execute the following Docker command on your host:
$ sudo docker run --privileged -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher
To access the Rancher server UI, open a browser and go to the hostname or address where the container was installed. You will be guided through setting up your first cluster.