Clean Install webUI not accessible with 404 | This site can’t be reached

I’ve performed a clean install of Debian and ran the docker command per the instructions and get a 404, This site can’t be reached.

I’ve tested with NGINX and ports are open and I am getting the following logs from the container:

2022/03/12 00:25:06 [FATAL] k3s exited with: exit status 1
2022/03/12 00:25:20 [INFO] Rancher version v2.6.3 (3c1d5fac3) is starting
2022/03/12 00:25:20 [INFO] Rancher arguments {ACMEDomains:[] AddLocal:true Embedded:false BindHost: HTTPListenPort:80 HTTPSListenPort:443 K8sMode:auto Debug:false Trace:false NoCACerts:false AuditLogPath:/var/log/auditlog/rancher-api-audit.log AuditLogMaxage:10 AuditLogMaxsize:100 AuditLogMaxbackup:10 AuditLevel:0 Features: ClusterRegistry:}
2022/03/12 00:25:20 [INFO] Listening on /tmp/log.sock
2022/03/12 00:25:20 [INFO] Waiting for server to become available: Get "https://127.0.0.1:6443/version?timeout=15m0s": dial tcp 127.0.0.1:6443: connect: connection refused
2022/03/12 00:25:22 [INFO] Waiting for server to become available: Get "https://127.0.0.1:6443/version?timeout=15m0s": dial tcp 127.0.0.1:6443: connect: connection refused
2022/03/12 00:25:24 [INFO] Waiting for server to become available: Get "https://127.0.0.1:6443/version?timeout=15m0s": dial tcp 127.0.0.1:6443: connect: connection refused
2022/03/12 00:25:26 [INFO] Waiting for server to become available: Get "https://127.0.0.1:6443/version?timeout=15m0s": dial tcp 127.0.0.1:6443: connect: connection refused
2022/03/12 00:25:28 [INFO] Waiting for server to become available: Get "https://127.0.0.1:6443/version?timeout=15m0s": dial tcp 127.0.0.1:6443: connect: connection refused
2022/03/12 00:25:30 [INFO] Waiting for server to become available: an error on the server ("apiserver not ready") has prevented the request from succeeding
2022/03/12 00:25:32 [INFO] Waiting for server to become available: an error on the server ("apiserver not ready") has prevented the request from succeeding
2022/03/12 00:25:34 [INFO] Waiting for server to become available: an error on the server ("apiserver not ready") has prevented the request from succeeding
2022/03/12 00:25:36 [INFO] Waiting for server to become available: an error on the server ("apiserver not ready") has prevented the request from succeeding
2022/03/12 00:25:46 [FATAL] k3s exited with: exit status 1

Everyone’s getting this:

https://groups.google.com/g/linux.debian.bugs.dist/c/Z-Cc0WmlEGA

I’m assuming this is the issue. CGroup V2 breaks rootless container starting.