Blog

VPS Makers blog base is regularly updated, expanded and modified to ensure you have access to the latest information on the hosting and virtualization industry!

featured-image

How to Configure OpenVPN on MikroTik?

OpenVPN is one of the VPN services MikroTik offers, used to create secure, encrypted connections between two sides over the internet. It is commonly used for remote access or linking networks through a protected tunnel. To configure OpenVPN on a MikroTik router, there are two methods: Winbox and the CLI (command-line). In this guide, you will learn how to set it up with the Winbox […]

featured-image

How To Generate SSH Key On Ubuntu Server 24.04?

SSH on Linux distributions is commonly used to connect from other devices remotely to your Linux VPS server. To use the SSH service on your Linux device or your server, you need to create two SSH keys: one public and one private key. First, you need to connect to your Ubuntu Server With SSH Using PuTTY application if you are using Windows. And if you […]

featured-image

What is Linux Permission?

Linux user permissions are a system that controls who can access files and directories and what they can do with them. Every file and directory has a rule that defines which users can read, write, or execute it. Linux user permissions are file-based, so every file created on your system has an owner and a group assigned to it, and users in that group have access to this folder. […]

featured-image

How to Install Active Directory on Windows Server 2025

Active Directory Domain Service (AD DS) provides an integrated, centralized user and computer management system. By installing and configuring this service properly on your device, you can manage users, computers, and their permissions on a network. Installing and activating it on a Windows server is very simple. You can easily learn by following the steps below. Before starting to set up Active Directory, you have […]

featured-image

How to Set Permission in Ubuntu Server?

Linux uses a file-based permission system to control access to files and directories. Each file has three types of access levels: owner, group, and others. Setting permissions in Ubuntu Servers you can manage which users can read, modify, or delete specific files. This permission structure helps keep the system organized and secure. When creating user in Ubuntu server, an administrator should assign permissions based on […]

featured-image

How to configure RADIUS server in MikroTik router?

The RADIUS server in MikroTik is a built-in tool that authenticates user connections. In this article, we are create a RADIUS server on MikroTik virtual server and pair it with the user management package to create a user authentication system in MikroTik for managing PPPoE, Hotspot and Wireless. Set up a RADIUS server in MikroTik Router Before making any changes on your Mikrotik VPS, if you […]

featured-image

How to install XAMPP on Ubuntu Server?

You can install XAMPP web server software package on your local computer or Linux VPS server. It comes with Apache, MySQL/MariaDB, PHP, and Perl already pre-configured, so you can start building and testing websites without manual setup. Installing XAMPP on Ubuntu Desktop and Server is a little bit different visually, but the core process is the same. You can follow this article to install XAMPP […]

featured-image

How To Install Wamp Server on Windows Server 2019

Wamp Server is one of the most well-known web servers, which provides Apache, PHP, and MySQL components in a single package on Windows Server, and is commonly used for development and testing environments. This guide focuses only on how to install Wamp Server on Windows Server 2019 and covers the necessary prerequisites and detailed installation steps to run all the services properly. Install WAMP Server on Windows Server 2019 Setting up […]

featured-image

How to Install Visual C++ Redistributable package on Windows Server?

Microsoft Visual C++ Redistributable is a set of runtime libraries and DLL files that applications built with Visual C++ rely on its shared components instead of including each library in their application individually. Without it, apps may fail to start or show DLL errors. Installing the Visual C++ Redistributable package ensures both modern and legacy applications run correctly and smoothly. There are many ways to […]

featured-image

How to install Plesk on Windows Server?

Plesk is designed to help IT specialists manage web, DNS, mail, and other services through a comprehensive and user-friendly GUI. Plesk is a hosting control panel, an intermediary between system services and users. To start the installation, make sure you are connected to the VPS. How to install Plesk on Windows Server VPS? To install Plesk on a Windows Server, there are several safe and […]