Jump to content

How secure is the ACP? Any tips?


Recommended Posts

There are a number of things you could do...

  • Require the use of 2FA for any account that can access the admin area.  
  • Rename the admin directory to something more obscure.  (/ugaboogatest)
  • Use a separate .htaccess password for the admin folder.
  • Limit access to the admin folder to only known/trusted IP addresses.
  • Use a Zero Trust solution to limit access to the admin folder (such as Cloudflare Teams)
Link to comment
Share on other sites

2 minutes ago, Randy Calvert said:

There are a number of things you could do...

  • Require the use of 2FA for any account that can access the admin area.  
  • Rename the admin directory to something more obscure.  (/ugaboogatest)
  • Use a separate .htaccess password for the admin folder.
  • Limit access to the admin folder to only known/trusted IP addresses.
  • Use a Zero Trust solution to limit access to the admin folder (such as Cloudflare Teams)

What are the steps I need to take to rename the admin directory?

Link to comment
Share on other sites

Please keep in mind that the ability to rename the ACP folder is going to be deprecated in a future release. We do not recommend doing that.

Instead use the 2FA feature to secure your ACP, and you can also add an .htaccess  login form to its folder for an extra layer of protection.

(If you want to be even more secure, and assuming your staff have IP Addresses which do not change frequently, you can use an "allow,deny" block in it with those IP's to further secure it.)

Link to comment
Share on other sites

3 minutes ago, Mark H said:

Please keep in mind that the ability to rename the ACP folder is going to be deprecated in a future release. We do not recommend doing that.

(If you want to be even more secure, and assuming your staff have IP Addresses which do not change frequently, you can use an "allow,deny" block in it with those IP's to further secure it.)

HI thank you for the information. I won't change the ACP in that case.

Do you have some nginx specific tips?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...