Securing OpenEMR - Linux

From OpenEMR Project Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Enable UFW

  • Set Up UFW to Allow 22, 80, & 443 and limit Brute Force attacks:
    • Allow 80 and 443
    • sudo ufw allow ‘Apache Full’
  • Allow SSH
    • sudo ufw allow ssh
  • Prevent SSH Bruteforce Attachs
    • sudo ufw limit ssh


Set Passwords For User

  • passwd
    • <enter your password>


Enable ClamAV

Enable Secure NTP?