Volume Browser Missing in 2.19 CE Swarm

Trying to enable the volume browser I had setup on a previous server. But I cant seem to get it enabled

Commands I’ve ran

systemctl enable docker

docker volume create portainer_data

docker run -d -p 8000:8000 -p 9443:9443 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest

docker swarm init

curl -L [https://downloads.portainer.io/ce2-19/portainer-agent-stack.yml -o portainer-agent-stack.yml](https://downloads.portainer.io/ce2-19/portainer-agent-stack.yml%20-o%20portainer-agent-stack.yml)

docker stack deploy -c portainer-agent-stack.yml portainer

Your post is ambiguous. How are the shared commands about Portainer related to “the volume browser”?
Please add context, so other people will be able to actually understand what you try to achieve and what you tried to do so.

Those are the commands I used to install portainer and then set up the swarm. I then went to the volumes section and expected to see the browse button now that I’m in swarm. I included them in case of missed the step during the install.

So basically your post is about Portainer and a function that you feel is missing in Portainer?
Neither the topic title says it, nor did your description. The commands gave the impression it’s about Portainer, but it still was confusing why nothing else even mentioned Portainer. You might want to fix that.

Though, doesn’t Portainer have a Forum? I can assume a function question about an application will more likely get responses in their forum, than in a general Docker forum.

Completely my fault here I thought I was on the portainer forum. Doing too many things at once not paying attention