Categories

Featured templates

I am powering website using WordPress. What security measures should I take?

Ammy Brown December 12, 2017
Rating: 5.0/5. From 1 vote.
Please wait...

“I am powering website using WordPress. What security measures should I take?” Have you ever ask this question?

This WordPress security tutorial will show you how to protect your site. We are going to show a few simple steps:

I. Use secure and reliable hosting

Secure, protected, trustworthy hosting is must-have. Take some time to do a research and choose host that reflects all your needs and has strong security measures. After surfing the Internet you will see a great variety of WordPress hostings. We can recommend Bluehost or Siteground. They take extra measures to protect their servers against hacker attacks.

II. Keep your site updated

To maintain your website security update WordPress, themes and plugins after every new release. Each update contains bug fixes, new features and security fixes.

Make sure to perform all the major updates. Don’t disregard update messages in your admin panel. You will be notified about new releases in your WP dashboard Updates section.

To get information about theme update open Appearance > Themes page, and to see plugins update messages navigate to Plugins > Installed Plugins pages in your backend.

Make sure you backup your site before performing any updates. We will talk about backup further.

III. Always use strong login details

The most popular way to hack sites is to steal WordPress login details. This task is too easy for a professional hackers and could be done using a great variety of additional tools.

  • User name. Never use “admin” as your username. We strongly recommend using email instead of login. Or use some other username that is not so simple.

  • Password. Do you know that the most popular passwords are admin, admin123, qwerty or 123456? Try to avoid such simple login details.

    You can easily generate strong password from your WordPress site admin panel. To access password generator open your user profile under the Users tab. Scroll the page down the Account Management section to get strong password. One click on Generate button and you have new strong pass. Or you can create it by yourself. Make sure your password contains of upper and lower case characters, numbers and symbols.

It’s a good idea to use different access details for WordPress backend, FTP and Cpanel. Different login details allow you to minimize risks.

IV. Limit login access

To avoid a brute-force attack you can limit the number of failed login attempts from a single IP address. There is two possible ways to do that:

  • You can find a lot Limit Login Attempts plugins at official WordPress website. Those plugins allow you to limit login attempts and lock IP address after too many failed login attempts.

  • Another great way to protect your site is to allow access for one or several IP addresses. To do that add following code to file:

    RewriteEngine on
    RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
    RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
    RewriteCond %{REMOTE_ADDR} !^123\.123\.123\.123$
    RewriteRule ^(.*)$ - [R=403,L]

    123\.123\.123\.123 has to be changed to your IP address. Once this change is performed you will be the only one person who can access site backend.

V. Avoid free themes

Using free theme is always a great risk. Such themes may contain spam or malicious code. That effects your site security. If you don’t use free themes we recommend that you remove from your WordPress install. You can do that under Appearance > Themes section.

If you really want to use free theme choose those developed by trusted theme companies. Just make sure you delete the stuff you are not using any more. It is not only free themes matter but plugins as well.

VI. Disable file editing via the dashboard

WordPress comes with inbuild file editor. You can find it under Appearance > Editor page. It allows you to edit any of your theme files right in the dashboard. In wrong hands this feature could cause a great troubles. If a hacker managed to access your admin panel, he will be able to manage code from your site backend. It’s a good idea to disable this option to avoid risks. To disable it edit wp-config.php file from your server root directory. Add following files:

// Disallow file edit
define( 'DISALLOW_FILE_EDIT', true );

VII. Keep a backup

The last but not least is site backup. You cannot be 100% sure that your site will not be hacked. Having a backup is always a good idea. You can use backups to restore your WordPress site if something bad has happened. Feel free to check a great guide on how to make full website backup..

Also, feel free to go through 10 Free WordPress Backup Plugins for Maximum Website Security Against the Unexpected article.

Beautiful Wordpress Themes
This entry was posted in Monstroid Tutorials, WordPress Tutorials and tagged keep, measures, prevent, safe, secure, security, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket