Skip to content

Troubleshooting ​

Restart portainer ​

  1. SSH root@137.184.161.76
  2. docker restart portainer

Restart a cloud server ​

  1. Log into digitalocean
  2. In the top right of the dashboard, make sure you are on the web team
  3. On the left panel navigate to web-projects
  4. In the droplet list choose the server to reboot
  5. On the left side of the page navigate to power
  6. Choose the power cycle option

Restart project ​

  1. Log into portainer
  2. Choose the appropriate swarm ( internal or cloud )
  3. On the left site click containers
  4. In the list find your project ( or search in search box )
  5. Click checkbox on left side of project listing
  6. Click restart on top right of containers listings

Portainer Agent problems ​

Wait a couple of hours see if things do not resolve if not force restart the portainer agent services.

beaulieu-internal ​

  1. SSH into itvxwebdmz
  2. sudo docker service ls
  3. sudo docker service update --force

beaulieu-cloud ​

  1. SSH into itwebcloudgateway
  2. docker service ls
  3. docker service update --force

Released under the MIT License.