Beginners question

I have a Raspberry Pi ¤ with HA. I try to start Studio Code Server but it do not start. Where can I gwet information on whats wrong? For me it looks like it started ok but I don’t see a web UI.

The log file is as follows:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/00-banner.sh

Add-on: Studio Code Server
Fully featured Visual Studio Code (VSCode) experience integrated in the Home Assistant frontend.

Add-on version: 5.4.0
You are running the latest version of this add-on.
System: Home Assistant OS 9.0 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2022.9.4
Home Assistant Supervisor: 2022.08.6

Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.

cont-init: info: /etc/cont-init.d/00-banner.sh exited 0
cont-init: info: running /etc/cont-init.d/01-log-level.sh
cont-init: info: /etc/cont-init.d/01-log-level.sh exited 0
cont-init: info: running /etc/cont-init.d/02-set-timezone.sh
[22:04:19] INFO: Configuring timezone
cont-init: info: /etc/cont-init.d/02-set-timezone.sh exited 0
cont-init: info: running /etc/cont-init.d/code-server.sh
cont-init: info: /etc/cont-init.d/code-server.sh exited 0
cont-init: info: running /etc/cont-init.d/mosquitto.sh
cont-init: info: /etc/cont-init.d/mosquitto.sh exited 0
cont-init: info: running /etc/cont-init.d/mysql.sh
cont-init: info: /etc/cont-init.d/mysql.sh exited 0
cont-init: info: running /etc/cont-init.d/user.sh
cont-init: info: /etc/cont-init.d/user.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun code (no readiness notification)
s6-rc: info: service legacy-services successfully started
[22:04:20] INFO: Starting the code server…
[2022-09-17T20:04:22.286Z] info Wrote default config file to ~/.config/code-server/config.yaml
[2022-09-17T20:04:23.544Z] info code-server 4.7.0 7f108c61ab670ccaae4cfde5de2909c003db1ce8
[2022-09-17T20:04:23.547Z] info Using user-data-dir /data/vscode
[2022-09-17T20:04:23.603Z] info Using config file ~/.config/code-server/config.yaml
[2022-09-17T20:04:23.603Z] info HTTP server listening on http://0.0.0.0:1337/
[2022-09-17T20:04:23.603Z] info - Authentication is disabled
[2022-09-17T20:04:23.604Z] info - Not serving HTTPS

Did you enable “show in sidebar”

By the way, what is that?

Hi! Thanks for your reply. Rasbery Pi 4 is what I use. I was running protected mode and that caused the problems.