Node running but browser dashboard not working

The first one indicates that your node have problems with QUIC, did you configure it: Step 4. Configure QUIC - Storj Docs?
The second one is a funny coincidence - a PieceID has the word “FATAL”.

Since you do not have a node restarts because of FATAL errors, then this error

may indicate that you could have a firewall.
Please provide result of the command:

sudo ufw status

Also, you do not need to have

in the config.yaml, if you use docker, it will be overridden by the command line arguments.
If you have port mapping in your docker run command as

-p 127.0.0.1:14002:14002 \

then you need to remove 127.0.0.1: from the docker run to make it:

-p 14002:14002 \

Thanks Alexey,

Yes, I’ve always had issues with QUIC, but port forwarding all set up and port is 100% open.

bash: ufw: command not found

Started docker with that modification:

docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967/tcp
-p 28967:28967/udp
-p 14002:14002
-e WALLET=“0x95e********************”
-e EMAIL=“*"
-e ADDRESS="
:28967”
-e STORAGE=“4.4TB”
–user $(id -u):$(id -g)
–mount type=bind,source=“/storagenode”,destination=/app/identity
–mount type=bind,source=“/mnt/storagenode”,destination=/app/config
–name storagenode storjlabs/storagenode:latest --operator.wallet-features=zksync

The web interface is now working! QUIC still still isnt though, however I have read that this isnt necessarily an issue?

I hope you put there something as your DDNS hostname or IP with a port, not only the port, i.e. -e ADDRESS="my.ddns.tld:28967"

Yes i have, i just starred it out, but for some reason they didnt show.

For some reason I am losing connection with some of the audit nodes though

but not seeing anything unusual in the logs

You need to check your router and firewall, why it’s prevent connection from this satellite.
You may also check when your node was not available for that satellite: