Notifications
Clear all
Carbonio General
2
Posts
2
Users
0
Reactions
25
Views
Topic starter
10/13/2025 20:41
I just installed Carbonio on Ubuntu 22.04, and even though all the services are running, I get the error "Something went wrong
We're sorry, but there was an error trying to load this page." I've repeated the installation several times, but I can't get it to work.
10/14/2025 13:36
@leonardopc1991
Check the status of all services:
su - zextras -c "zmcontrol -v && zmcontrol status"
systemctl list-units carbonio*
curl -s -v http://127.78.0.4:10000/health | jq
If needed, Reboot the server. Also the video server IP matches your interface ip or not:
root@mail:~# cat /etc/janus/janus.jcfg | grep -i mapping nat_1_1_mapping = "192.168.0.15" root@mail:~#