Search Our Database

How to change MX records in DirectAdmin (Enhanced Skin)

Introduction MX records are essential DNS records that direct email to the correct mail server. These records must point to a domain name, such as mail.yourdomain.com or webmail.yourdomain.com. In this guide, we will walk you through the process of updating the A record for mail.yourdomain.com and webmail.yourdomain.com, which are necessary for configuring your MX records

How to create email forwarder in DirectAdmin

Introduction An email forwarder is a convenient feature in DirectAdmin that allows you to automatically forward any emails received by one address to another destination email address. This is particularly useful if you manage multiple email accounts and want to centralize all your incoming messages in one mailbox. The following steps will guide you through

How to Monitor Windows Server 2008 Resource Usage

Introduction Monitoring system performance is an essential task for server administrators to ensure efficient operation and avoid resource bottlenecks. Windows Server 2008 includes a built-in tool called Resource Monitor, which allows administrators to track resource usage in real-time across the CPU, hard disk, network, and memory. This tool is highly beneficial for diagnosing performance issues,

How to configure Smartermail email in iPhone device

Introduction This article is for users setting up their SmarterMail account on an iPhone or iPad using the native Mail app. It guides you through adding and configuring the account, resolving common server verification and configuration issues. Follow these steps to set up your email or troubleshoot problems with sending or receiving messages. This guide

Logging in and out of the Portal

Introduction Logging into the IPServerOne customer portal allows users to manage their accounts, view billing information, and access additional services. This guide explains how to securely log in and out of the portal to maintain account security Prerequisites A valid User ID and Password. If you forgot your password, ensure access to the registered email

Monitor HDD Health on Windows Server

Introduction Monitoring the health of your hard disk drive (HDD) on a Windows Server is crucial to prevent data loss and ensure system reliability. This guide provides steps on how to check and monitor HDD health using built-in tools and third-party utilities. By regularly checking the HDD status, administrators can detect potential issues early and

How to create page redirection using PHP on linux server.

Introduction This article is for web developers, server administrators, and website owners who need to set up page redirection using PHP. It addresses how to redirect users from one webpage to another, which is particularly useful if the original page no longer exists or content has been moved. Follow the steps carefully to ensure the

How to clear unused files and folder

Introduction This guide provides a solution for system administrators and developers who need to efficiently remove directories containing millions of files in Linux environments. Managing such large directories can be challenging due to file system limitations and performance issues. Prerequisites Root access of the server Necessary backups as removing folder is irreversible Important Note: Please

How To Allow Access To Remote MySQL Database Using SSH

Introduction While it is a common practice to have both website and database resides in the same server, it is not considered as the best practice due to multiple reasons such as performance, security or scalability. In this guide, we will provide the steps on how to connect to your MySQL database remotely via SSH