# Install Portainer Agent Use this docker command to install the Portainer Agent on the remote machine. ``` docker run -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/docker/volumes:/var/lib/docker/volumes portainer/agent ```