What To Do If Your Vps Has Been Hacked

In the event of a security breach on your VPS Hosting, swift action is vital to minimize damage and restore your website’s safety. Follow these steps to address a hacked VPS effectively: Step 1: Identify the Attack Begin by determining the nature and scope of the attack. Review server logs […]

How to install mongoDB on centos 7.

MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB avoids the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas, making data integration in some applications easier and faster. 1. Log in to your VPS via SSH 2. Create a […]

HOW TO CONNECT TO VPS VIA SSH.

Step 1 – Gather your SSH details To find your vps server SSH login details, this are sent to your email after setup and activation of the vps server. Step 2 – Prepare the applicationBased on the OS you are using on your laptop or desktop, the next step will […]

How to add a domain/subdomain on CyberPanel

In this guide, we will see how to add a domain/subdomain in your VPS using CyberPanel. Truehost VPS allows you to have unlimited domains/subdomains under the same CyberPanel. Please note that the domain(s) need to be purchased first. How to add a domain There are 2 ways: 1. Upon login […]

How to resize a VPS Disk space

How can I resize an ext root partition at runtime? This may happen after upgrading your VPS, but the file system does not extend automatically. run df -l Take note of the main file system of the VPS In my case its is  /dev/vda1 Run the following command to resize […]