How To Setup Node.js App in cPanel

Node.js is a popular, event-driven JavaScript runtime you can use to build robust web applications. If you are already familiar with creating Node.js apps, you may be wondering how to get your app onto a shared server, a hosting environment in which you are limited in customization. Node.js requires some configuration of your server environment. Read More >

Minecraft VPS vs Minecraft Cloud VPS

While it is possible to install and configure a custom Minecraft server on a VPS or Cloud VPS platform, which platform you choose to use will impact the scalability and flexibility of your server. In this article, we will explore the differences between Minecraft Cloud VPS vs Minecraft VPS platforms. Topics Include: Minecraft on VPS Read More >

Basics of RVM – Ruby Version Manager

Installing, using, or developing Ruby applications can vary from system to system. Different workstations might have different versions of Ruby installed. This can be a big problem if your application depends on a specific version to run properly. And changing the default system version can be very difficult, so what are your options. RVM, the Read More >

How to Sign Up for Discord Nitro

While Discord itself is completely free-to-use, it is possible to sign up for a subscription service called Discord Nitro that unlocks a number of advanced features and perks that can enhance your Discord experience. In this article we will discuss the features of Discord Nitro and outline how you can get started with this service Read More >

ClamAV in Control Web Panel (CWP)

The Control Web Panel (CWP) Malware Scanner uses ClamAV, a free tool commonly used within defense-in-depth security solutions. ClamAV can detect suspicious signatures in files and emails. CWP has a graphical ClamAV interface to simplify popular antivirus features: ClamAV CWP Integration Want to better secure your cloud server? Install the CWP modules for ConfigServer Security Read More >

How to Install WordPress in Control Web Panel

WordPress is the most popular self-hosted website builder today. It’s a great choice for building a powerful website that can scale to include customer management and project management functionality. Below we’ll cover how to install WordPress on Control Web Panel (CWP), formerly known as CentOS Web Panel. Install WordPress in Control Web Panel Configure WordPress Read More >

How to Install Control Web Panel

Control Web Panel (CWP) is a free server administration tool for Enterprise Linux-based distributions. A mature cPanel replacement, formerly known as CentOS Web Panel, CWP has the ability to manage everything you’d need within a bare metal / panel-less server: There’s also CWPpro, a premium version with additional features. However, all of those features can Read More >

Are WordPress Loopback Requests Enabled?

Loopback requests are a method used to perform various background processing tasks for WordPress. These are often important for the regular function of your site even though you do not necessarily see them running. An example of this would be the wp-cron.php file, which requires loopbacks to run and is used to automate tasks like Read More >

Important Joomla 4.0 Update

There was an important notice provided by Joomla that affects new Joomla 4.0 installations.  They produced an update that will affect anyone updating from version 4.04.   Not making these changes will result in a failure for updates beyond version 4.04.  If you are using only the core files, then the change will not apply to Read More >

Gutenberg 12.3 Block Additions

The built-in display editor continues its parallel development with updates in the standalone plugin named Gutenberg.  Currently, at version 12.3, the Gutenberg plugin introduces new features and changes that are eventually integrated into the default visual editor for WordPress.  There are 3 new blocks in the current release;  Site Logo, Post Author, and Group Block Read More >

How to Install BoxBilling Manually

Important: As of 10/30/22 BoxBilling has reached its end-of-life and is no longer being updated or supported. If you are looking for a similar alternative, FOSSBilling is a good option and it was forked off from BoxBilling. BoxBilling is an open-source, self-hosted billing and customer relationship management (CRM) system. The free WHMCS alternative comes packed Read More >

Install osTicket with Softaculous

osTicket is a free support ticketing application you can self-host on Linux server hosting to manage client emails, phone calls, and contact form submissions. There are also official plugins for additional security and LDAP or Active Directory integration. It is important to note that osTicket is not a complete WHMCS alternative. But it is a Read More >

Managing Users in Drupal

Managing users in Drupal is done through the administrator dashboard in the section labeled People. You can set user statuses, roles, and permissions. You can also add, delete, and block users. Drupal’s user management interface is clean with clear functional options. Follow the tutorial below to learn about managing users in Drupal. If you are Read More >

How to Optimize your WordPress Database With WP-Optimize

In this article, we will teach you how to use the WP-Optimize plugin to fully optimize your WordPress database quickly and easily. Installing the WP-Optimize plugin First, you will need to log into your WordPress dashboard. Now that you are inside your WordPress dashboard, you will need to locate the WP-Optimize plugin. To do so, Read More >

Managing Existing Sites Using Composer

There are times when you may find yourself wanting to use Composer in order to manage the dependencies on a particular Drupal installation. If Composer was not installed during the installation of the Drupal site, then you will either need to manually make a change, or you can use a plugin to get Composer properly Read More >

How to Install Composer for Drupal

There are multiple ways to install Composer to use with your Drupal site.  Composer can be used with Linux/Unix/macOS/Windows.  Remember that Composer is primarily a tool to help keep your Drupal site dependencies updated.  Composer can be installed globally (to the entire server), or specifically to a Drupal directory.  We will typically recommend that the Read More >

Understanding Composer for Drupal

Composer is an application/tool that manages dependencies in PHP.  In this article, Composer is used to manage dependencies that are needed by a Drupal installation. We will show you what Composer needs to run,  how Composer can be used to install a Drupal site, and how Composer can load a module/theme and any corresponding dependencies. Read More >

WordPress 5.9 Release Notes

The WordPress 5.9 is officially here. In this article, we will cover what all is included in WordPress 5.9 and take a closer look at the new features and upgrades.  WordPress 5.9: What’s New? Full Site Editing Twenty Twenty-Two Default Theme Other Improvements and Updates How to Install WordPress 5.9 Need to build your WordPress Read More >

Disable WordPress Autosave

In this article, I’m going to teach you how you can disable or modify the WordPress autosave feature that is used while you’re editing pages or posts. This can help prevent your account from using up excessive server resources while you’re working on your WordPress site. By default, WordPress will autosave any pages or posts Read More >