Docker Synology connection

Hello everyone
I was running on a Raspberry Pi and I’m going to install on a dedicated Synology (I have several Synology devices at home) — I’d like to understand, when installing on Docker, why do you have to start Gladys via SSH?
On another Synology I have Grafana via Docker and I didn’t need SSH (as well as other Docker images) — I access them directly via the web login page.

Hi,

SSH allows you to connect to your machine over the network and run commands on your machine from another workstation.
If you have a graphical interface to manage Docker then there’s no need to use SSH.