How To Stress Test Your WordPress Site With Loader.io Updated on January 10, 2023 by Christopher Maiorana While visiting the WordPress reddit forum, I stumbled upon an interesting question about stress-testing websites: It’s difficult to know how your website will perform under peak conditions, especially given the many variables that can affect your site. And the worst time to test your site is the moment when a peak hits. By then, it’s Read More >
How to Create a BIMI Record in CyberPanel Updated on August 16, 2022 by InMotion Hosting Contributor While configuring your CyberPanel email server, you should’ve paid special attention to ensuring your Sender Policy Framework (SPF) and Domain-based Message Authentication Reporting and Conformance (DMARC) DNS records are as secure as possible. You should now consider enhancing your email marketing campaign success with Brand Indicators for Message Identification (BIMI). What is BIMI? Create a Read More >
How to Setup CyberPanel Email Server Updated on August 11, 2022 by InMotion Hosting Contributor The CyberPanel email server is feature-rich enough for some of the most sophisticated use cases. Email forwarding, spam mitigation, and sending rate limit are just a few of the stable capabilities available. Create a CyberPanel Email Account Reset Email Account Password List Email Account Info for Email Clients Delete Email Accounts CyberPanel Email Server Settings Read More >
How to Create CyberPanel Backups Updated on August 8, 2022 by InMotion Hosting Contributor CyberPanel free and enterprise editions have the ability to manage website and system backups. The CyberPanel backup features also allow sysadmins to automatically create and transfer archives. Some of the features explained below are not stable. Manually Create CyberPanel Backups Remote Backup Migration Schedule CyberPanel Server Backups Manage Server Backup Destinations Create a Server Backup Read More >
CyberPanel DNS Server Configuration Updated on August 4, 2022 by InMotion Hosting Contributor The Domain Name System (DNS) connects websites, email, and additional network services to a domain. That includes external applications like Shopify, Gmail, and the Sucuri web application firewall (WAF). Below we’ll cover how to manage CyberPanel DNS server settings. Configure Default Nameservers Create a Custom Nameserver Record Cloudflare Integration Configure the CyberPanel DNS Server Create Read More >
CyberPanel Security Vulnerabilities Updated on August 1, 2022 by InMotion Hosting Contributor It is always a good idea to investigate how secure an uncommon software is before installing it. This applies to CyberPanel as it is one of the least popular Linux control panels we’ve covered. In this article, we’ll discuss some important CyberPanel security concerns and solutions. Cybersecurity Risks Common Vulnerabilities and Exposures (CVEs) CyberPanel Security Read More >
Performance Team Proposes Support SVG Images in WordPress Updated on August 1, 2022 by InMotion Hosting Contributor Shortly after proposing the inclusion of WebP images by default on WordPress, the Performance Team has proposed adding SVG (Scalable Vector Graphics) image support to WordPress. Bringing SVG support into WordPress has been a community effort for the past 9 years, with the ticket for this request being updated every couple of months. So what Read More >
3 Easiest CyberPanel Demo Methods Updated on July 29, 2022 by InMotion Hosting Contributor The most notable CyberPanel feature is that it runs on the LiteSpeed web server. LiteSpeed is shown to be faster than Apache and NGINX, but there is a learning curve between caching settings, having to modify .htaccess files, and the WebAdmin console for managing LiteSpeed settings. Below we’ll cover how to run a CyberPanel demo Read More >
What is CyberPanel Hosting? Updated on August 16, 2023 by InMotion Hosting Contributor CyberPanel is a Linux control panel for Ubuntu and Enterprise-based Linux operating systems (OSs). It is built on the LiteSpeed web server to maximize performance. Whether CyberPanel is free depends on whether you want to use the free OpenLiteSpeed versus LiteSpeed Enterprise web server with premium tiers and the ability to use more domains, RAM, Read More >
Introduction to CyberPanel Updated on August 1, 2022 by InMotion Hosting Contributor CyberPanel is an unmanaged server control panel for Ubuntu and CentOS 7.x (and 8.x) operating systems. If you prioritize website performance, this might be the server management tool for you. What is CyberPanel? CyberPanel Features CyberPanel Add-ons CyberPanel Free Vs Enterprise Version CyberPanel vs. cPanel Getting Started with CyberPanel VPS What is CyberPanel? CyberPanel is Read More >
How to Update CyberPanel Server Updated on July 22, 2022 by InMotion Hosting Contributor CyberPanel receives upgrades monthly – new features, bug fixes, etc. The official changelog is currently easiest to view from GitHub. There are many recommendations for how to update CyberPanel. Some forums recommend rerunning the installation script or running various commands. We spent time testing different options so we can share the best method with you. Read More >
Preventing the “Index Of” listing page using the Index Manager Updated on July 18, 2022 by Scott Mitchell Proper structure is important when building a website. Including an index page in each folder is one of the basic steps to both design and security. By default, if a visitor lands on a subdirectory without an index page, they will see an “Index Of” page that lists all files and folders under that directory. Read More >
Locking WordPress Admin Login with .htaccess Rules Updated on September 11, 2024 by InMotion Hosting Contributor If you are a website administrator, security should be at the top of your list. That’s why your first step should be to work with InMotion’s WordPress Hosting team to get your website up and running. After that, you can lock down the WordPress admin login with some .htaccess rules to prevent unauthorized login attempts. Read More >
How to Use Columns in WordPress FSE Updated on July 11, 2022 by InMotion Hosting Contributor The columns block allows you to use multiple columns through the site/template editor or page/post editor. Using columns helps provide organization for your content so that you can more efficiently fit media and text on the screen in various layouts. This article will help you understand how you can use the column block and provide Read More >
Using the Row and Stack Blocks in WordPress FSE Updated on October 20, 2023 by InMotion Hosting Contributor The row and stack blocks are important design elements that can be interchangeably used for both the site and template editor and page or post editor in the WordPress Full Site Editing system. Rows allow you to group blocks horizontally. This is similar to using the columns block but without the automatic size adjustment to Read More >
How to Use the Search Block in WordPress FSE Updated on July 11, 2022 by InMotion Hosting Contributor The Search block is a widget used to search the published content of your WordPress site. This tutorial will show you how to use the search block in the WordPress Full Site Editing (FSE) system. We will also provide some background information on the block and how it works with your WordPress site. How to Read More >
CyberPanel FTP Accounts Updated on July 18, 2022 by InMotion Hosting Contributor CyberPanel FTP services provide an easy method for uploading and downloading files between a web server. Less technical users prefer it because they can customize their desktop FTP software (or browser extension) and avoid the command-line interface (CLI). The same FTP application can be used to manage multiple servers instead of the user having to Read More >
Change PHP Versions in CyberPanel Updated on July 7, 2023 by InMotion Hosting Contributor Knowing how to change PHP versions for PHP website hosting is important because a new version releases at least annually. However, sometimes you may need to use an older PHP version until one of your web applications releases an update to support the latest version. Other times you might just need to increase the system Read More >
How to Use the Block Directory in the WordPress Full Site Editing (FSE) Updated on July 1, 2022 by InMotion Hosting Contributor Although it’s hidden within the features of the WordPress full site editing system (FSE), the block directory has been a part of the editor since Gutenberg’s early integration as the WordPress visual editor. The block directory is a way that new blocks can be discovered and used with a WordPress site. This tutorial will walk Read More >
Block Preferences in WordPress Full Site Editing (FSE) Updated on July 1, 2022 by InMotion Hosting Contributor This tutorial will explain the block preferences of the editors available in WordPress today. The WordPress Full Site Editing (FSE) system includes multiple editors that use the block system originally created through the Gutenberg project. Understanding the Different Editors in WordPress Describing the Block Preferences for Each Editor Understanding the Different Editors in WordPress Before Read More >