Search Our Database

How to configure OpenVPN on a linux server

Introduction This guide provides step-by-step instructions on how to configure OpenVPN on a Linux server after installation. By completing this setup, you’ll enable secure remote access for clients using encrypted VPN tunnels. This setup includes certificate generation, server configuration, enabling IP forwarding, and firewall setup. This version includes commands for both Ubuntu/Debian and RockyLinux/AlmaLinux systems.

Fortigate Disable a VPN User

Overview This guide outlines the steps to disable a specific VPN user configured on a Fortinet FortiGate hardware firewall. Disabling a local user account will effectively block VPN access if the VPN is authenticated against the local user database. This is administrative task in secure access management, to ensure least privilege and access revocation in

How to Enable CAA Record Support in DirectAdmin

Introduction CAA (Certification Authority Authorization) records define which certificate authorities (CAs) are permitted to issue SSL certificates for your domain. If the CAA option is not visible in DirectAdmin’s DNS Management panel, it is likely disabled by default. Prerequisites SSH access to your server Root privileges Access to the DirectAdmin control panel Step-by-Step Guide Conclusion

Fixing Webmail Search Problems Caused by Server Errors

Introduction The webmail search function may experience an error that causes it to malfunction, preventing certain email accounts from successfully searching through their emails. When this happens, users may see an error message such as: Error  : Server Error (OK)   Prerequisites You have root access to your cPanel server. You can connect via SSH

FAQ: How to Connect to Your GPU Instance

🖥️ How to Connect to Your GPU Instance How do I access my GPU instance details? To access your GPU instance details: Log in to your IPServerOne account. Navigate to your GPU instance dashboard. Take note of the IP address and port number (typically 22 for SSH).   How do I connect to my GPU

How to Set Up Local Port Forwarding Using Terminal

Introduction Local port forwarding is a method of securely tunneling network traffic from your local machine to a remote server over an encrypted SSH connection. It allows you to access services, databases, or applications that are hosted on private networks or behind firewalls, without directly exposing them to the public internet. By forwarding a local

Accessing website files using DirectAdmin (Enhanced Skin)

Introduction DirectAdmin is a powerful and user-friendly web hosting control panel designed for managing websites, emails, databases, and server configurations. Among its key features is the File Manager, a browser-based tool that enables users to access, modify, upload, and manage website files without needing external FTP software. This is particularly useful for users with minimal

Accessing website files using DirectAdmin (Evolution Skin)

Introduction DirectAdmin’s Evolution skin offers a modern and responsive user interface designed to improve usability across various devices. As one of the default themes in newer DirectAdmin installations, Evolution provides streamlined access to tools like File Manager, making it easier for users to manage their website files through an intuitive layout. Accessing website files using

How to check Apache Tomcat status using the Command Line Interface (CLI)

Introduction Apache Tomcat is a widely used open-source implementation of the Java Servlet, JavaServer Pages, and Java Expression Language technologies. It provides a “pure Java” HTTP web server environment for running Java code. Administrators and developers often need to check the status of the Tomcat service, especially when troubleshooting issues or verifying deployment configurations. Knowing