all apps cannot be installed

I installed the software on my PI5. Is it normal for the system to display this page? Is there anything else I need to do? (Your Umbrel is now accessible at:
http://umbrel.local
http://192.168.2.170
umbrel login:)) Is there an account and password behind umbrel login? If not, after I enter the system through the browser, all apps cannot be installed. Why?

What storage do you have?

umbrel@umbrel:~$ sudo systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; preset: enabled)
Active: active (running) since Thu 2025-06-19 11:08:10 UTC; 1h 46min ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 332400 (dockerd)
Tasks: 28
Memory: 37.0M
CPU: 2.259s
CGroup: /system.slice/docker.service
├─332400 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd>
├─332571 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 2000>
└─332578 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 2000 -con>

Jun 19 12:46:52 umbrel dockerd[332400]: time=“2025-06-19T12:46:52.345273839Z” level=war>
Jun 19 12:46:52 umbrel dockerd[332400]: time=“2025-06-19T12:46:52.345326172Z” level=inf>
Jun 19 12:46:52 umbrel dockerd[332400]: time=“2025-06-19T12:46:52.369265470Z” level=war>
Jun 19 12:46:52 umbrel dockerd[332400]: time=“2025-06-19T12:46:52.369311692Z” level=inf>
Jun 19 12:47:07 umbrel dockerd[332400]: time=“2025-06-19T12:47:07.369520845Z” level=war>
Jun 19 12:47:07 umbrel dockerd[332400]: time=“2025-06-19T12:47:07.369585382Z” level=inf>
Jun 19 12:47:07 umbrel dockerd[332400]: time=“2025-06-19T12:47:07.714071691Z” level=inf>
Jun 19 12:48:15 umbrel dockerd[332400]: time=“2025-06-19T12:48:15.070556159Z” level=inf>
Jun 19 12:49:23 umbrel dockerd[332400]: time=“2025-06-19T12:49:23.074034901Z” level=inf>
Jun 19 12:49:54 umbrel dockerd[332400]: time=“2025-06-19T12:49:54.018685386Z” level=err>
…skipping…
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; preset: enabled)
Active: active (running) since Thu 2025-06-19 11:08:10 UTC; 1h 46min ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Main PID: 332400 (dockerd)
Tasks: 28
Memory: 37.0M
CPU: 2.259s
CGroup: /system.slice/docker.service
├─332400 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd>
├─332571 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 2000>
└─332578 /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 2000 -con>

Jun 19 12:46:52 umbrel dockerd[332400]: time=“2025-06-19T12:46:52.345273839Z” level=war>
Jun 19 12:46:52 umbrel dockerd[332400]: time=“2025-06-19T12:46:52.345326172Z” level=inf>
Jun 19 12:46:52 umbrel dockerd[332400]: time=“2025-06-19T12:46:52.369265470Z” level=war>
Jun 19 12:46:52 umbrel dockerd[332400]: time=“2025-06-19T12:46:52.369311692Z” level=inf>
Jun 19 12:47:07 umbrel dockerd[332400]: time=“2025-06-19T12:47:07.369520845Z” level=war>
Jun 19 12:47:07 umbrel dockerd[332400]: time=“2025-06-19T12:47:07.369585382Z” level=inf>
Jun 19 12:47:07 umbrel dockerd[332400]: time=“2025-06-19T12:47:07.714071691Z” level=inf>
Jun 19 12:48:15 umbrel dockerd[332400]: time=“2025-06-19T12:48:15.070556159Z” level=inf>
Jun 19 12:49:23 umbrel dockerd[332400]: time=“2025-06-19T12:49:23.074034901Z” level=inf>
Jun 19 12:49:54 umbrel dockerd[332400]: time=“2025-06-19T12:49:54.018685386Z” level=err>

umbrel@umbrel:~$
umbrel@umbrel:~$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0f49ab68137a getumbrel/auth-server:1.0.5 “docker-entrypoint.s…” 2 days ago Up 2 hours 0.0.0.0:2000->2000/tcp, :::2000->2000/tcp auth
umbrel@umbrel:~$
umbrel@umbrel:~$
umbrel@umbrel:~$
umbrel@umbrel:~$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ef45cbc4b363 getumbrel/tor:0.4.7.8 “tor” 2 days ago Exited (0) 2 hours ago tor_proxy
0f49ab68137a getumbrel/auth-server:1.0.5 “docker-entrypoint.s…” 2 days ago Up 2 hours 0.0.0.0:2000->2000/tcp, :::2000->2000/tcp auth
umbrel@umbrel:~$

Donghui Pan <pan.dong.hui@gmail.com> 于2025年6月19日周四 20:55写道: