One place for hosting & domains

      Youre

      What to Do When You’re Locked Out of the WordPress Admin Area


      Nothing can bring your workday to a screeching halt like not being able to access your WordPress dashboard. Without that ability, you can’t create or publish posts, respond to comments, or perform any other task on your website. Unfortunately, there are a wide variety of reasons why you might be locked out of your site.

      However, the good news is that WordPress’ flexibility means there are various solutions to diagnose and fix this problem. Plus, most of them are relatively straightforward, even for beginners. You should be able to troubleshoot and resolve the issue in no time.

      In this article, we’ll explore the common reasons why you might get locked out of the WordPress dashboard. Then we’ll walk through seven methods you can follow to fix the problem. Let’s dig in!

      Common Reasons for Getting Locked Out of WordPress

      There are several ways the issue of being locked out of WordPress can present itself. Although the exact page and message that you see when you try to log in might vary, the result is the same: You can’t get into your WordPress admin area.

      In this section, we’ll briefly run through some of the possible presentations you may encounter, along with an explanation of why you might be seeing that specific error. We’ll also include a handy link to the solution for each, so you can jump down to the appropriate fix.

      It’s important to note that while each of these errors might look the same on the surface (that is, you can’t log in), the solutions can be quite different. There’s not necessarily a one-size-fits-all fix. For that reason, we recommend that you match up the specific error you’re seeing.

      With that out of the way, here are some of the possible issues you might encounter when you can’t log into your dashboard:

      • You see “This has been disabled.” The most likely cause of this error is that you have the wrong login URL for your site. You’ll need to restore your WordPress site’s login URL.
      • Your WordPress password doesn’t work, and password recovery fails. Sometimes a problem with your site’s email system prevents sending the recovery email. To fix it, you can reset your password with phpMyAdmin.
      • You’ve lost administrator privileges. In this scenario, your login works, but you can’t perform any of your administrative functions. Therefore, the next step is to create a new user with administrative privileges.
      • You’re locked out due to too many login attempts. Some security plugins do this to prevent unauthorized access. You’ll need to disable your security plugin.
      • There’s a blank white screen (the “White Screen of Death”). There are several causes for this, but generally, it’s a problem with a plugin. PHP memory issues can also cause it. You’ll need to troubleshoot the White Screen of Death.
      • You see an “Error establishing a database connection” message. This notification indicates a problem with the MySQL database used by WordPress for data storage. You’ll need to resolve the database connection error.
      • The message indicates a “Parse error: syntax error.” Code entered incorrectly usually causes this issue. The solution is to undo any recent code changes.

      These cover the vast majority of login issues you might come across. However, if you run into a problem other than the above or you can’t seem to get your login working, you can always reach out to your hosting provider. If you’re a DreamHost customer, we offer 24/7 expert support — simply click on the Support button in the upper-right corner of the DreamHost Control Panel.

      Skip the Stress

      Avoid troubleshooting when you sign up for DreamPress. Our friendly WordPress experts are available 24/7 to help solve website problems — big or small.

      What to Do Before Troubleshooting This Issue

      If you’re a DreamPress user, we recommend trying the auto-login feature available in your DreamHost panel before trying anything else. This feature lets you log in directly from the panel and may help to bypass whatever issue is preventing you from logging in normally.

      To use this feature, head to your DreamHost panel and navigate to WordPress > Managed WordPress. Then click on Manage to the right of your DreamPress site. Finally, select the Manage WordPress button.

      Next, check to see if you have a recent backup of your site. If so, restoring it could fix the issue. If you’re a DreamPress user, you get a fresh backup every day.

      If restoring doesn’t work or your backup is too old, you’ll want to make a new backup before attempting any troubleshooting. This way, if something goes wrong, you can easily restore your site to its present condition.

      If you’re a DreamHost customer, creating a backup is simple. Log in to your DreamHost control panel and navigate to WordPress > Managed WordPress in the sidebar.

      The DreamPress Control Panel.

      Click the Manage button. Select Backups from the menu along the top, and click on Create Backup.

      The Backup section of the DreamPress Control Panel.

      If you’re using a different hosting provider, they likely also have a similar backup function. Consult the relevant documentation to create a backup.

      How to Fix the Common Causes of Being Locked Out of WordPress (7 Methods)

      At this point, you’ve identified the most likely reason why you’re locked out (based on the error message you’re receiving). You should have also created a fresh backup. Now it’s time to dig into troubleshooting.

      Note that these are not steps you should try in order. Instead, each fix corresponds to the specific issue and presentation you see when you attempt to log in. Here we go!

      1. Restore Your WordPress Site’s Login URL

      If you’re receiving a “This has been disabled” message when you attempt to log in, the most likely reason is that you’re using the wrong login URL.

      A “This has been disabled” error message when trying to login to WordPress.

      Some sites use a custom URL for logins as a security measure, so hackers can’t guess the URL and try to brute force their way in. Typically, you would set this up using a plugin such as WPS Hide Login.

      The tool works well, but if you’ve forgotten the correct URL, you can end up in a situation where you can’t log in. To fix this, you’ll need to disable the plugin temporarily. Since you can’t access your admin dashboard, the easiest way to do this is by using the Secure File Transfer Protocol (SFTP).

      If you’re a DreamHost customer, you can access your sites via our WebFTP function. If you have a different hosting provider, you’ll need an SFTP client, such as FileZilla, along with your FTP credentials, which you can obtain from your provider.

      To use WebFTP, head to your DreamHost control panel and navigate to Domains > Manage Domains. You can find the WebFTP button under the name of each site in the first column.

      The WebFTP option in the DreamHost Control Panel.

      Clicking on it opens up your site in the file manager. Here, you’ll want to head into the folder that matches your site’s name and navigate to wp-content > plugins.

      The wp-content/plugins folder of a WordPress site.

      Find the folder that corresponds to your security plugin and click on the arrow next to it. In the drop-down menu, choose Rename and change the name of the folder to something else. We recommend simply adding a “-disabled” to the end of the folder name, so you can easily recognize it later.

      Changing the plugin name deactivates it since WordPress won’t be able to recognize it. Now, you should be able to log into your site properly. Once in, you’ll want to rename the plugin folder back to its original state and ensure you have the correct login URL in the future.

      2. Reset Your Password With phpMyAdmin or WP-CLI

      Typically, if you’ve forgotten your WordPress admin password, you have the option of resetting it via email.

      The password recovery option on a WordPress login page.

      However, with this issue, when you click on that button, the email never comes. Often, this is the result of a temporary issue with the email system on your site. However, if you’re trying to reset your password and aren’t receiving the recovery email, you’re not out of luck — you can reset your password directly in the database using phpMyAdmin.

      To access phpMyAdmin from your DreamHost Control Panel, navigate to WordPress > Managed WordPress.

      The DreamPress Control Panel.

      Locate the domain you’re locked out of and click on the blue Manage button. At the bottom of the next page, select the Manage Database button to open the phpMyAdmin utility.

      On the left side of the screen, you’ll see a list of databases. The one you want will have a name that matches your domain name. Click on it to open it.

      On the next screen, scroll down until you find the wp_users table.

      The wp-users table in phpMyAdmin.

      This contains all of the user data for your site. Click on wp_users to open it.

      The user list in phpMyAdmin.

      On this screen, you can locate your username (or the admin’s username, if it’s not you), and then click on Edit.

      The user editing screen in phpMyAdmin.

      Finally, locate the user_pass field. In the Function box, select MD5 to ensure that your password is hashed (meaning not readable by humans). In the value box, you can enter your new password.

      When you’re finished, click on Go. Now you can enter this password on your WordPress login page, and you should be all set.

      If you don’t feel comfortable using the phpMyAdmin interface, you can also use the WP-CLI command line tool to update your password. WP-CLI is available on all DreamHost servers.

      To use this tool, you’ll first need to ensure that your username is registered as a Secure Shell (SSH) user. If you’re unsure how to do this, check out our instructions on creating a user with SSH access. If you’re not familiar with using SSH to access your site, we also have a guide on using SSH that you can review.

      Once you’re logged in with SSH, navigate to your WordPress directory with the following command.

      Navigating to the user directory in the WP-CLI tool.

      Next, run the command ‘wp user list’ to see a list of currently registered users and make a note of the ID number you need to reset the password for.

      The user list displayed in the WP-CLI tool.

      Finally, run the following command to reset the password.

      The command to update a user’s password in the WP-CLI tool.

      Change the number in the command to match the user ID you need. You’ll be prompted to enter a new password. You’ll also receive an email notification informing you of the change.

      3. Create a New User With Administrator Privileges 

      With this particular problem, you actually can log in, but you don’t have your usual administrator privileges. This may mean that you can’t perform the critical functions necessary to keep your site running.

      This issue is most often the result of malicious activity — either your site was hacked, or someone with access to your account has made some changes. Security and recovering from a hack is another topic, so we won’t get into that here. However, we will show you how to restore your administrator access.

      Head to the phpMyAdmin interface and pull up your website from the list on the left (see the previous step for exactly where to find this). Scroll down until you see the wp_users table in the list.

      The wp-users table in phpMyAdmin.

      Click on the Insert link. Next, fill out the form. Each field corresponds to a field in the WordPress user settings:

      • ID: Choose a number that isn’t already taken by one of the other users on your site. For example, if you have five users, your new user should be at least number six.
      • user_login: The username for your new administrator account.
      • user_pass: The password for the new user.
      • user_nicename: A nickname for the user.
      • user_email: The email address for the account.
      • user_url: Your website’s URL.
      • user_registered: The current date.
      • user_status: Should be zero.
      • display_name: The name you want to be displayed on your website for this user.

      When you’re finished, you can click on Go to save this new user.

      Next, you need to give this new user administrator access. Scroll down to the wp_usermeta entry and click on Insert. Fill in these fields as follows:

      • unmeta_id: Leave this blank.
      • user_id: The ID number of the new user (from above).
      • meta_key: Enter “wp_capabilities”.
      • meta_value: Type in “a:1:{s:13:”administrator”;b:1;}”.

      When you’re done, click on Go. Now repeat the above process, but with the following values:

      • unmeta_id: Leave this blank.
      • user_id: The ID number of the new user (from above).
      • meta_key: Type in “wp_user_level”.
      • meta_value: Set this to “10”.

      Once again, you can select Go. You’ve now successfully given the new user administrator rights. You can use this user to log in and have full access to your site and WordPress dashboard.

      If you’re not comfortable with phpMyAdmin, or you just prefer the command line, you can also use WP-CLI to create your new user. To create a new user with administrator privileges, access your site via SSH, navigate to the WordPress directory, and enter the following code:

      wp user create newusername [email protected] --role=administrator

      Replace “admin@example.com” with the desired username and domain of your site.

      4. Disable Your Security Plugins

      Many security plugins, such as Sucuri Security, limit the number of failed login attempts. When the limit is reached, no further attempts can be made.

      This functionality is handy since it prevents hackers or malicious users from brute-forcing their way into your site. However, if it’s triggered, it can also prevent you from getting into your site.

      To regain access, you’ll need to disable your security plugin temporarily. To do this without access to your dashboard, you can use SFTP. You can follow the instructions from Step 1 above — the procedure is identical.

      Once you have access, you’ll want to re-enable the plugin and remove yourself from any blacklists (if your plugin provides this feature). Then you can log in normally.

      Hacked Site? We’ll Fix It Fast

      With our Hacked Site Repair service, we’ll remove any malicious code and restore your website so it’s back up and running fast.

      5. Troubleshoot the White Screen of Death (WSoD)

      “White Screen of Death” is a phrase used in the WordPress community to describe a blank white screen you may see when trying to access your site. There are several potential causes for a WSoD. Generally, it’s either a rogue plugin or a lack of PHP memory on your site. We’ll walk through troubleshooting each scenario.

      Disable All WordPress Plugins

      First, you should check to see if a plugin is the culprit. To do this, you’ll need to disable all of your plugins. If this grants access to your site, you can then turn them back on one at a time until you’ve isolated the specific plugin causing the issue.

      To disable all plugins without access to your WordPress dashboard, you’ll need to use SFTP. Again, you can follow the instructions in Step 1.

      However, instead of renaming the folder for a particular plugin, you’ll want to rename the entire plugins folder. This disables all of them. Then you can refresh your page and see if you can log in. If not, proceed to the next step.

      If disabling all plugins does resolve the issue, open up your site in SFTP again and restore the plugins folder to its original name (don’t log out of the WordPress dashboard while you do this). They should appear in the normal plugins list now, located at Plugins > Installed Plugins in the dashboard.

      Next, disable the plugins from within the dashboard by selecting all of them and choosing Deactivate from the Bulk actions menu.

      Deactivating all plugins in the WordPress dashboard.

      Now, you can go back down the list and enable each plugin one at a time. After each one, refresh your site and check to see if the WSoD returns. If it does, you’ll know which plugin was responsible. At this point, you can check for updates that may resolve the issue, or search for an alternative.

      Increase Memory for Your Site

      If a plugin wasn’t the problem, the next step is to try increasing the available memory for your website. To start, open up your site in SFTP again and locate the wp-config.php file in the root directory.

      The wp-config.php file in SFTP.

      You’ll need to edit that file. If you’re using the DreamHost file manager, you can click on the arrow next to the site name and select Edit. Then add the following line of code to the file:

      define('WP_MEMORY_LIMIT', '64M');

      Here’s what it looks like in action:

      Code added to the wp-config.php file in SFTP.

      Click on Save, and then refresh your site to see if it resolved the error. If not, you can try a few more troubleshooting steps in our article on fixing the White Screen of Death. If all else fails, contact your host’s support.

      6. Resolve Database Connection Errors

      If you see “Error establishing database connection” when you attempt to log in, it indicates that WordPress can’t connect to the MySQL database.

      An “Error establishing a database connection” message.

      WordPress sites use these databases to store nearly all of the information on your site. Your site can’t load if a connection isn’t established.

      The good news is that the causes of this issue are relatively easy to fix. However, since there are multiple options, troubleshooting to find which one applies can be time-consuming. Here, we’ll cover the fix for the most common scenario: a mismatch of login credentials.

      The MySQL database has its own set of login data, separate from what’s used for your WordPress site. Troubleshooting involves making sure WordPress has the correct credentials for the database.

      The first step is locating those credentials. Using SFTP, open up your site’s wp-config.php file.

      The MySQL database details in the wp-config.php file.

      Note the database name, username, and password. Now, you can head to your DreamHost Control Panel and navigate to More > MySQL Databases. Scroll down until you find the hostname that corresponds to your site’s domain name.

      Check to ensure that the database name matches the wp-config.php file. If it doesn’t, you can update wp-config.php with the correct database name.

      Next, look under the Users Access column to verify that the username matches the wp-config.php entry. You can click on this name to find the password. Again, if there is a mismatch, update your wp-config.php file.

      Now you can determine whether you’re able to reach your login page. If you still see a database error, you can consult our guide on fixing WordPress database connection errors.

      7. Undo Recent Code Changes

      If you load your site and see a “Parse error: syntax error” message, it means there is some code entered incorrectly on your site that is preventing WordPress from loading. This most commonly occurs when code is copied and pasted from the internet without double-checking it. Technically, more recent WordPress versions should automatically prevent this from happening, but if your site runs on an older version, you may still see this error.

      Fixing it is simple — you can simply undo the most recent change you made to your site’s code before this error appeared. Alternatively, you can also restore a recent working backup. If you still want to use the code, you can check out our complete guide on fixing syntax errors in WordPress.

      To prevent the issue from happening in the future, we recommend ensuring that any code you pull from an online source is validated. You can use a tool such as the W3C Markup Validation Service to quickly check any HTML or CSS for errors. It’s also smart to create a fresh backup before changing any code in case something goes wrong.

      WordPress Troubleshooting Resources

      Say goodbye to the WordPress White Screen of Death! We’ve put together several tutorials to help you troubleshoot every kind of WordPress issue:

      If you’re looking for more information on WordPress best practices, click over to our WordPress Tutorials, a collection of guides designed to help you navigate the WP admin dashboard like a pro.

      Take Your WordPress Site to the Next Level

      Whether you need help choosing the right WordPress plugin, creating a child theme, or writing your first blog post, we can help! Subscribe to our monthly digest so you never miss an article.

      Unlock the WordPress Admin Panel

      If you’ve ever been locked out of your WordPress admin dashboard, you know it can be a frustrating experience. There are many potential causes, and since the exact error message can vary depending on the underlying problem, troubleshooting can be a challenge.

      In this article, we laid out all the most common causes of this issue, with detailed walkthroughs for fixing each one. You can simply find the presentation you’re seeing when attempting to log in and follow the accompanying steps to regain access.

      If you’d rather focus less on troubleshooting and more on creating amazing content, consider switching to DreamPress. Our managed WordPress hosting ensures that your site is always available when you need it.



      Source link

      17 Ways to Stay Focused When You’re Working from Home


      When you’re working from home — whether you’re self employed and launching a small business website or a remote worker escaping the office grind — you’ll have to set your own schedule. That means not getting sucked into doing a load of laundry, taking the dog out for a long walk, or falling into a Netflix void.

      When there’s no one looking over your shoulder, it’s easy to get off course.

      “Without the watchful eye of a supervisor or clear expectations on your time, you are often left feeling aimless and easily distracted,” says Lauren LeMunyan, owner and executive coach at The SpitFire Coach. “Laundry, snacking, and reality television catch your eye and suck your energy if you don’t watch it closely.”

      While it’s fine to have a cheat day now and then (we’ll get to that later), it’s not okay to let that build up over time. That’s why having a work schedule — and sticking to it — is crucial.

      “Working at home brings business and personal aspects of life together under one roof,” says Ellen Williams, founder of The Data Chick. “As a result, it is easy to get distracted when trying to complete business tasks until you are able to separate business and personal. It takes time to get serious about work at home if you’ve never done it before. Working at home is an exercise in learning about yourself. It’s a mindset, so I don’t believe there are any hard and fast rules for success.”

      Follow these 17 tips to stay focused when you’re working from home.

      1. Have a dedicated workspace.

      Whether you have a sprawling home office or a nook in your kitchen, it’s important to have a dedicated office. Even urban dwellers with limited square footage should carve out a spot that’s just for work.

      “A dedicated workspace is the most important element,” says Peter Vandendriesse, founder and CEO of Guestboard.co. “It’s easy to sit with a laptop on your couch, but your posture and ergonomics won’t be right, and it’s often in close proximity to a TV, which is an obvious distraction. I also prefer to have a double monitor setup (which increases my productivity), so having a desk is an easy choice to make. Much like your bed should be reserved for sleeping, your workspace should be for working.”

      Be awesome on the internet. Join our monthly newsletter to get tips and tricks for making the most out of your online presence.

      2. Stay off social media.

      Is there any rabbit hole more tempting than social media? A quick scroll on Instagram can turn into a major time suck, but there are ways to avoid temptation.

      One of my favorite productivity hacks comes with the help of an app called Stay Focusd,” says New York City-based tech entrepreneur Lori Cheek, founder and CEO of Cheekd. “When working from home, Facebook and Twitter can be a major distraction. StayFocusd helps avoid these distractions by restricting the amount of time you can spend on them. The Google Chrome extension lets you set specific time restrictions on certain websites with a 10-minute default option. Once your time has been used up, the sites you have selected to block can’t be accessed for the remainder of the day.”

      3. Dress for success.

      While there’s no need for a three-piece suit or a pencil skirt and heels when you’re not leaving your home, there’s a happy medium for getting dressed in the morning.

      “It’s all a part of having a business mindset and daily ritual,” says Andre Fasciola, president and CEO of Matcha Kari. “We are creatures of habit, and it’s vital to have good habits. Sure, sitting in your pajamas will be comfortable, but can you really be in a professional mindset with PJs on? It’s not really about how you look that’s important; it’s about setting a professional mindset.”

      Wear what’s comfortable for you. But having a morning routine — meaning brushing your teeth and changing out of your pajamas — is crucial, even if you’re just switching to yoga pants.

      4. Set boundaries.

      It’s a common misconception that remote work means you’re hardly working. When a friend invites you for a mid-afternoon movie break or a long lunch, it can be tough to get across that you have to put in your hours, too.

      Most people don’t realize you work from home unless you tell them,” LeMunyan says. “By saying when you’re available rather than waiting for people to tell you when they can meet, you’re in the driver seat of your time. Working from home isn’t a disadvantage, so don’t make excuses for it. You are available when you’re available whether you’re in the office or not. Remember you have to train people how to treat you and your work time.”

      5. Avoid procrastination.

      If you think it’s tempting to procrastinate at the office, it’s even worse at home, where there are more distractions.

      “It’s easy to put things off to later in the day or first thing tomorrow morning because you are not bound by office hours,” Williams says. “However, this causes stress as you can easily push yourself tight against a deadline, and if something unexpected happens — like your internet goes down, you get sick, or a family member gets sick — you could miss the deadline, which may have grave consequences for your business.”

      6. Save household chores for later.

      It’s tempting to run the dishwasher while you work or take a break to vacuum, but doing so can interrupt your flow and focus.

      “Just like everything else, set aside a certain amount of time each day to do this — do not casually mix it into your routine if you are a very tidy person,” Vandendriesse says. “I had trouble with chores taking over my day in the beginning. Now, I do maybe 10 straight minutes of chores in the morning and 10 minutes in the evening.”

      7. Create a schedule.

      Your calendar should work the way you do. That means if you’re a Type A and love to have every minute planned, go ahead and fill up your day, even penciling in break times. If you’re more of a to-do list follower, write up a game plan and cross things off as you go.

      “For example, I like spending the first 15 minutes of my day creating a priority list for the day, then I go through emails to see how that list may be impacted,” LeMunyan says. “I then look at my top priorities and schedule them in where they fit best and allow for 15-minute breaks in between.”

      If you prefer to go with the flow, there’s no need to over-schedule yourself — but have an idea of what you want to accomplish each day to make sure you stay on task. And regardless of your style, make sure the way your day is scheduled is a reflection of your natural energy.

      “Why are you scheduling conference calls at the end of the day when you’re trying to close up projects?” LeMunyan says. “If you feel creative in the morning, block out that time to brainstorm and knock [out] critical tasks. If your work requires hours of focused time, I recommend stacking your meetings before lunchtime then using that critical meal to shift into your project and task time. By consistently blocking out this time, you train others to respect your time and productivity—and they’ll notice and appreciate the results!”

      8. Take a gym break.

      Scheduling a sweat session into your work day is a good idea as long as you plan it right.

      “Your physical health is more at risk than you realize when working from home,” Vandendriesse says. “Even those who sit in an office cubicle still tend to walk a mile or so throughout the day, to their car, out to lunch, and so on. I’ve found that signing up for certain fitness classes makes it much easier to stick to a schedule, as the classes begin at a set time. This is much harder to procrastinate or flake on, as opposed to loosely visiting the gym to go on the treadmill.”

      Plus, taking an exercise break provides a brain boost. Instead of reaching for a cup of coffee, a workout can get those endorphins flowing and deliver a natural burst of energy.

      9. Automate as much as you can.

      Technology makes a great administrative assistant! “Schedule alerts for important tasks and appointments, build email rules to filter out unimportant messages during business hours, use software that finds mistakes in your code or content for you, set up customer automatic billing, pre-schedule emails and social media posts, and use different ringtones for different people so you know when you don’t have to answer your phone,” Williams suggests.

      10. Find your focus zone.

      “After running my startup for over eight years, I’ve tried working from just about everywhere in New York City: a handful of co-working spaces, a members-only club called The Soho House, coffee shops, and even sometimes at a bar,” Cheek says. “The place I’ve found I have the most focus is at home at my kitchen table. As soon as I settle in, I organize my workspace — having a clean workspace helps me focus and feel structured. Next, I settle in with a cup of coffee and try to relax for 15 minutes before diving into the grind. Then, I prioritize my day’s to-do list and map out the rest of my day. I find a great Spotify channel, put on imaginary blinders, and buckle down for hours on end.”

      “I also save so much time in the day working from home because I never have to get ready, commute, and leave for coffee or lunch because they’re always at arm’s reach. There’s always reliable WiFi, and no one is around to distract me.”

      11. Know when to clock out.

      “The most common mistake is thinking that by working at home you have more time to work and better work-life balance,” Williams says. “Work is work, regardless of where you do and how much you love it. It needs to get done. And, you also need a personal life. When you don’t actually have a physical barrier between the two, such as a geographical distance between your office and home, it can be easy to work lots of hours, leaving less downtime for family and friends.”

      It can be tempting to squeeze in something after dinner or on a Sunday afternoon, but when it feels like you’re working all the time, that can quickly lead to burnout. That’s why you should stick to a predetermined set of work hours and maximize your workdays so that you can enjoy your time off and feel refreshed and ready to clock back in on Monday morning.

      “Creating a ritual that separates your work day from your off time can be an important distinction between the two,” Fasciola says. “I like to wash my hands and face as soon as I walk out of my office. Psychologists say this simple act serves as a powerful metaphor of ‘cleaning the slate’ and helps us mentally wipe away doubts and misgivings.”

      12. Make human contact.

      It’s natural to miss the water cooler chatter that’s typical for a regular workplace. Working alone from home can leave you feeling a bit lonely.

      “Make sure you schedule social time during the day,” LeMunyan says. “Reaching out to at least one to three people a day will help you feel connected in an otherwise isolated environment.”

      If you still miss the hustle and bustle of office life, find a coworking space in your area. For a nominal fee, these spaces provide independent contractors, scrappy entrepreneurs, and home-based business owners a communal workspace (and sense of community) that’s hard to replicate at home.

      13. Enjoy breaks.

      Figuring out when to take a break and for how long can be tricky. If you take too many, it can feel like you’re getting off track, but too few can actually be counterproductive, since you may be exhausted mid-way through your day.

      One that everyone should be taking? A lunch break.

      You might think it’s more productive to chow down on your sandwich in front of your computer to plow through more work, but taking a proper lunch break, especially when you work from home, is crucial. It’s not just about fueling up with food — your brain needs a break, too. And studies have shown that when you’re more mindful during meals, you’ll enjoy them more and feel more satisfied.

      Sometimes working at home can be too comfortable,” Williams says. “It’s easy when working on a computer for a couple hours to feel like a couple minutes. This isn’t healthy. Breaks are important in order to stretch and get the blood circulating.”

      It’s best to figure out what works for you and schedule breaks accordingly, but find a balance and let yourself take a moment when you need to.

      Sometimes you have to give in to your distractions,” Williams says. “If you start daydreaming and have to keep bringing yourself back to the task at hand, or your kids want your attention and you keep sending them away, it’s time for a break. Daydream a little — it may spark some creativity — and give your kids some attention. Don’t battle. In almost every case, you can spare a few minutes in exchange for greater focus. Breaks are also beneficial when you get stuck on a problem, such as code that isn’t working right, data that doesn’t seem to make sense or writing content that just isn’t flowing. Get up, hydrate, have a snack, play a quick game, and just think about something else for a few minutes. When you return to your desk you may see something that you didn’t see before.”

      14. Get face time with your colleagues.

      Even those who work from home solo still sometimes have a team, and interacting with them as much as possible is key.

      “It’s important to be as communicative with them as you would be if you worked physically in an office together,” Vandendriesse says. “Give constant check-ins as to what you’re working on and what you’ve achieved. Without seeing you in person, it’s easy for others to form an opinion that you’re not doing much, when in reality you’re probably more organized and productive than you’ve ever been before. Give them transparency into your new, awesome work life.”

      15. Take a vacation.

      Depending on whether you’re running your own small business website or a remote employee for a larger firm, you may or may not have the perks of paid vacation time. But regardless of your company’s size, it’s still important to give yourself a break. Whether it’s a single personal day or a week to jet off for a real vacation, you need to plan for it. Resist the urge to take a spur of the moment day off.

      If you look at it as a cheat day then you are really only cheating yourself,” Williams says. “Use the flexibility of working at home to help avoid the need for a cheat day. If you need time off, plan for it and take it. If you need to do something today, then get up early to get things done or plan to work late. Treat yourself well and with respect. Don’t cheat yourself or your business — simply take the breaks you need to continue to be productive and successful.”

      Giving yourself the time off that you need will make you more productive in the long run.

      16. Get the right tools for the job.

      No matter how organized your day is or how comfy your home office is, nothing can make a bigger difference with productivity than having the right tools to do so. Just like having the right desk and high-speed Wi-Fi makes work go smoothly, so does choosing the right hosting package when you run your own website from home. DreamHost has options for every type of site to make that part of your job as seamless as possible

      17. Have a long-term plan.

      Ticking items off your to-do list is a major component of working from home, but you have to think big picture too. When you work solo and from home, it’s easy to get bogged down in the day-to-day but always have your overall business plan in mind.

      “You have to know what your end goal is so that you can craft a plan to achieve your goals,” Fasciola says. “I spend a lot of time speaking with new business owners and all too often I hear about these great ideas but no plan to achieve them. Ideas are great, but without actionable steps, you’re just spinning your wheels and not going anywhere. Once you have an actionable plan, break down your yearly, quarterly, weekly and daily goals. Once you break your mission into actionable steps and bit size pieces, you’ll feel less overwhelmed and more motivated. Sufficient motivation + task = productivity.”

      What are some of *your* favorite ways to stay focused while working from home? Follow us on social and let’s discuss!

       





      Source link