To improve security and mitigate potential threats to our CyberPanel server, I plan to implement the following measures. I would like to confirm if there are any potential downsides or operational issues related to these changes:
- Disable Root Access:
- Disabling direct root login via SSH.
- Using a
wheeluser with sudo privileges for administrative tasks.
- Disable Port 7080:
- Closing port 7080 to prevent access to the OpenLiteSpeed (OLS) login panel.
- Disable CyberPanel Login:
- Running the following commands to stop and disable the CyberPanel login service:
systemctl stop lscpd
systemctl disable lscpd
Questions:
- Are there any critical services or features dependent on port 7080 that would break if it’s disabled?
- Does stopping and disabling the
lscpdservice impact server performance, website functionality, or essential CyberPanel features?
My goal is to ensure the server remains secure while maintaining its core functionality. Please let me know if there are better alternatives or additional steps to consider.
Thank you!