Hello, I installed a software named “Crafty” which provide a web interface, since it, I can’t access my nextcloud from the local ip adress, but from the domain name its fine, I can access cockpit, but not the crafty web interface, wether it is from the local ip adress or the domain name
1 Like
I ran sudo firewall-cmd --add-port=8443/tcp
and it solved the problem
1 Like
Run sudo firewall-cmd --runtime-to-permanent
to make it permanent across reboots.
2 Likes