Thanks, but I tried this and it didn’t resolve my issue. Any other ideas?
Running “sudo systemctl status openvidu” gives:
● openvidu.service - OpenVidu Community - Single Node
Loaded: loaded (/etc/systemd/system/openvidu.service; enabled; preset: enabled)
Active: active (running) since Fri 2026-06-26 09:20:14 UTC; 2min 23s ago
Process: 3843 ExecStartPre=/bin/sh -c docker-compose down && /usr/local/bin/update_secret_from_config.sh (code=exited, status=0/SUCCESS)
Main PID: 4344 (docker-compose)
Tasks: 7 (limit: 1038)
Memory: 34.1M (peak: 109.4M)
CPU: 20.084s
CGroup: /system.slice/openvidu.service
└─4344 /usr/local/bin/docker-compose up
Jun 26 09:22:38 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:38.000+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:39 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:39.124+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:39 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:39.124+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:39 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:39.126+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:40 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:40.000+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:40 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:40.000+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:40 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:40.000+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:41 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:41.122+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:41 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:41.122+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Jun 26 09:22:41 OpenViduSkySoft-VM-CE docker-compose[4344]: mongo | {"t":{"$date":"2026-06-26T09:22:41.122+00:00"},"s":"W", "c":"QUERY", "id":23799, "ctx":"ftdc","msg":"Aggregate command executor error","attr":{"error":{"code":26,"codeName":"NamespaceNotFound","errmsg":"Unable >
Running “sudo docker compose ps” gives:
WARN[0000] The "RUNNING_SYSTEMD" variable is not set. Defaulting to a blank string.
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
mongo docker.io/mongo:8.0.21 "/bin/sh -c '\n . /c…" mongo 4 minutes ago Up 4 minutes
openvidu-init docker.io/openvidu/openvidu-operator:3.7.0 "/bin/operator" openvidu-init 4 minutes ago Restarting (1) 12 seconds ago
operator docker.io/openvidu/openvidu-operator:3.7.0 "/bin/operator" operator 4 minutes ago Up 4 minutes
Also tried “curl -I https://localhost/dashboard”, which resulted in:
curl: (7) Failed to connect to localhost port 443 after 0 ms: Couldn't connect to server
And: “sudo docker compose logs openvidu-init | tail -100”
WARN[0000] The "RUNNING_SYSTEMD" variable is not set. Defaulting to a blank string.
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Reading environment file envConfigFileDir=/opt/openvidu/config/openvidu.env
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully loaded local configuration
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Processing runtime configurations for all services
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=dashboard
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=grafana
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=openvidu-meet
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=agent-speech-processing
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=redis
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=mongo
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=caddy
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=openvidu
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=prometheus
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=promtail
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=loki
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=minio
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=ingress
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime service configuration serviceName=egress
openvidu-init | 2026-06-26T09:29:22Z | INFO | config-manager | Successfully processed runtime configurations for all services
openvidu-init | 2026-06-26T09:29:22Z | INFO | main | OpenVidu Single Node configuration initialized
openvidu-init | 2026-06-26T09:29:22Z | INFO | mongo-operator | *** Initializing MongoDB cluster ***
openvidu-init | 2026-06-26T09:29:22Z | INFO | mongo-operator | Can't update admin user with old credentials. Checking new credentials...
openvidu-init | 2026-06-26T09:29:22Z | FATAL | main | Error initializing mongo elastic operator error="Error pinging MongoDB: connection() error occurred during connection handshake: auth error: sasl conversation error: unable to authenticate using mechanism \"SCRAM-SHA-1\": (AuthenticationFailed) Authentication failed."