The panel should not be visible on domain.com at all.
Unless the domain points to your server and it has not been added inside Sentora and is not directed at any specific site folder.
Although, there is a setting in the panel's .htaccess to only allow access from panel.domain.com:
Unless the domain points to your server and it has not been added inside Sentora and is not directed at any specific site folder.
Although, there is a setting in the panel's .htaccess to only allow access from panel.domain.com:
Code:
# Optionally you can uncomment the below line and configure your domain to only allow access from the FQDN.
%{SERVER_NAME} !^panel\.yourdomain\.com$
^ - [F]