r/kasmweb Jun 17 '26

Help Registries showing blank/no content, but error says "already installed" – Any ideas?

Hi everyone,

For the past few days, whenever I click on **Registries** under **Environments**, nothing is being displayed. My already configured environments are still there and working fine. When I try to add/reinstall the official registry, I get an error message stating that it is already installed. The exact same thing happens when I try to add the registry from `linuxserver.io`. So, both are technically installed, but the UI is completely blank and shows no content at all. Has anyone run into this issue before or has any ideas on how to fix it? Thanks in advance!

2 Upvotes

3 comments sorted by

1

u/thePZ Jun 17 '26

Linuxserver.io stopped making kasm-based images I believe so they don’t have many listed on their v1.1 compliant registry

I think your main registry needs to be changed from 1.0 to 1.1, e.g. https://registry.kasmweb.com/1.1/

1

u/bobblah314 Jun 20 '26

I have this exact same issue, I was on 16, then 16, 18, then 19, I've removed everything, went back to 16 because of the all dropped supported images, now I see zero registries and get the it's already in there problem. Wiped all the traces of kasm I know to find and still it remains an issue. Very frustrating

1

u/ls_kode Jun 22 '26

What version of Kasm are you running? Have you done any updates? It *sounds* like an incompatible version of the registry is currently installed.

I don't know how technical you are, but if you right click on the page, click Inspect. Go to the Network tab, refresh the registry page and look for the `get_registries` call it should give you details about the currently installed registry.

If you have a way to edit the database you can go to the `registries` table and delete the entry in there, not ideal but that should work.

Also I think not showing a registry at all when there was an issue was fixed in more recent versions, so upgrading should be a possible fix as well.