Search Our Database

FAQ: Mail service EXIM currently down?

FAQ: Mail service EXIM currently down? Is EXIM mail service currently down? We haven’t received any official reports stating that our EXIM mail service is down. EXIM is part of our managed infrastructure, and any system-wide outages would be communicated on our status page or via email. To verify: Check the IP ServerOne status page

How to manage shell access in WHM

Introduction Shell access in WHM provides users the ability to interact with the server through command-line tools like SSH. Depending on your hosting setup and the user’s needs, WHM allows you to assign one of three shell access levels: Normal Shell, Jailed Shell, or Disabled Shell. Each option comes with a different level of permission

How to fix 403 forbidden website error

Introduction When visiting your website’s homepage, encountering a 403 Forbidden error can be confusing — especially if your server is running, and your domain is pointing correctly. This article explains the common causes behind a 403 error. It also outlines essential steps to diagnose and resolve the issue, focusing on server security practices and configuration

How to set password expiry to never for user in Linux server

Introduction Linux systems use a password aging policy to enhance security by requiring users to change their passwords periodically. This policy can be enforced using tools like chage, which controls account aging information. However, there are scenarios where setting the password to never expire is necessary, such as for system or service accounts that require

How to deploy Next.js website in Linux

Introduction Deploying a Next.js website on a Linux server gives you full control over your hosting environment, performance, and scalability. Whether you’re building a static site, a server-side rendered app, or a hybrid solution, Next.js works seamlessly on Linux-based platforms. In this guide, you’ll learn how to deploy your Next.js application step-by-step — from setting

How to set upload limit in phpMyAdmin

Introduction phpMyAdmin is a popular web-based tool used to manage MySQL or MariaDB databases through a graphical interface. One of its core features is the ability to import database files — such as .sql backups — directly from your local system. However, by default, phpMyAdmin inherits file upload limits from PHP’s configuration, which can be

How to re-enable a VPN user via CLI on FortiGate?

Overview This article provides step-by-step instructions on how to re-enable a disabled VPN user account using the Command Line Interface (CLI) on a Fortinet FortiGate firewall. This is useful for administrators who prefer using SSH or the Web GUI’s CLI console. Prerequisites Before proceeding, ensure the following: Administrator access to FortiGate via SSH or Web

How to check current running SQL queries

Introduction In a multi-user database environment, it’s crucial to monitor currently running SQL queries to ensure optimal performance, detect long-running or stuck queries, and troubleshoot database issues. This is especially important on shared hosting servers, such as those using DirectAdmin or WHM/cPanel, where multiple websites rely on the same MySQL or MariaDB instance.   Prerequisites

How to install OpenVPN on a linux server

Introduction This guide provides step-by-step instructions on how to install OpenVPN on a Linux server. OpenVPN is a widely used open-source VPN solution that enables secure point-to-point or site-to-site connections. Installing it is the first step toward building a secure VPN environment for remote users or systems. Prerequisites Before proceeding, ensure you have the following: