# What is VPS?

> Virtual Private Server

It is the use of a powerful physical server on the Internet by renting it as a private computer.

## Overview
VPS is created by software dividing a huge server into small pieces. Each part operates independently of other users because it has its own operating system and resources. In this way, you can install and manage any software you want as if you had your own server.

*Analogy: It is like an independent flat in a large apartment building; You share the general infrastructure of the building, but you have your own door and private space.*

## How it works
You rent a VPS from a cloud provider, then connect to your server via remote access methods and make the desired settings.

## Where it is used
It is used to host websites, set up personal cloud systems or create test environments.

## Commonly confused with
It can be confused with shared hosting; In shared hosting, you share resources with others, while in VPS, the resources allocated to you are guaranteed.

## Frequently asked questions
**Is technical knowledge required to manage VPS?**
Yes, basic technical knowledge is required for server administration and security settings.


## Related terms
- [Virtual Machines](/en/dictionary/virtual-machines/)
- [Cloud Computing](/en/dictionary/cloud-computing/)
- [Self-hosting](/en/dictionary/self-hosting/)

---
Source: TreScout Dictionary · https://trescout.com/en/dictionary/vps/
