Questions tagged [vps]

VPS is the acronym for `Virtual Private Server`. Hosting companies provide customers the ability to rent computing resources, which are used to create and run virtual machines that are controlled by the customer, but run on the hosting company's hardware. Such a VM is known as a VPS.

VPS is the acronym for Virtual Private Server. Hosting companies provide customers the ability to rent computing resources, which are used to create and run virtual machines that are controlled by the customer, but run on the hosting company's hardware. Such a VM is known as a VPS.

Typically, companies that rent VPSes have large VM "farms" where many customers and clients will run VMs that share the same physical host(s), but are otherwise completely independent from one another. These physical host servers are divided up to create many virtual servers, using one of the many virtualization hypervisors on the market. Each VPS can run its own full-fledged operating system and can be independently operated and rebooted.

In the world of commercial web hosting, VPSes exists between shared and dedicated hosting.

The concept of VPS may also be known by the terms "Virtual Server" and "Virtual Dedicated Server."

Wikipedia has a page on Virtual Private Servers that goes more in depth into the concept of virtualization and some of the distinctions between different types of VPS offerings.

1870 questions
16
votes
1 answer

Why does `df` indicate no available space when used is much less than total size, on my VPS?

My VPS display this with df -h Filesystem Size Used Avail Use% Mounted on /dev/simfs 100G 46G 0 100% / Does anyone have a idea to fix this ?
16
votes
2 answers

First request after a while always slow - ASP.NET MVC / IIS 8.5 / Windows Server 2012 R2 VPS

I'm hosting a low-traffic ASP.NET MVC 5 application on a VPS with Windows Server 2012 R2 / IIS 8.5, with 1 GB of RAM. My problem is that the first request after some time without any requests always gets a slow response - around 1.5 seconds…
michalstanko
  • 291
  • 1
  • 3
  • 7
14
votes
4 answers

Is it insecure to have an ansible user with passwordless sudo?

I'm new to Ansible. Most VPS provisioning guides I've seen so far do this: disable root from logging in create a new user who can only log in with ssh (not password) add the new user to the wheel group, with passwordless sudo permission I…
lonix
  • 896
  • 10
  • 23
14
votes
17 answers

Who is your favorite VPS Provider?

Who is your favorite virtual hosting provider? I'm looking for your thoughts on SliceHost, Dreamhost VPS, Linode, 1and1 VPS, etc and why you like the particular provider you named. Thanks!
JP Richardson
  • 113
  • 1
  • 2
  • 10
14
votes
6 answers

How to find out the virtualization type of an linux VPS?

Having access to an VPS, i need to know which type of virtualization it is running from the terminal. How can determine the virtualization platform that my VM is running on? (OpenVZ, Xen, KVM, etc?)
Samuel G. P.
  • 399
  • 2
  • 3
  • 10
14
votes
1 answer

How do I enable swap file on my server?

I've followed this but when I run:- #swapon /swapfile1 I get::- swapon: /swapfile1: swapon failed: Operation not permitted The system is extremely slow with 1GB of RAM trying to run GUI + applications + FreeNX server. Any help is highly…
wajed
  • 177
  • 1
  • 1
  • 5
14
votes
3 answers

Dedicated server or Cloud Hosting?

This is a Canonical Question about Cloud Hosting When deploying my application to the Internet: Should I chose a dedicated server, cloud hosting or a VPS? What factors should I consider when choosing?
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
13
votes
3 answers

What do Virtual Private Server vs Dedicated Cloud run on?

Before you mark this duplicate I read all the suggestions an none answer my question. I am being told something by a hosting provider, however what they are telling me is contradictory to what I am seeing online, this information is coming from the…
Anthony Fornito
  • 9,546
  • 1
  • 34
  • 124
13
votes
5 answers

Renting a dedicated, but getting a VPS. How to detect?

When renting a dedicated server, how can one be certain than he/she is not getting a VPS or some other virtual machine variant instead of a true dedicated hardware box? Which checks can be run (assuming it is a linux box) to detect such case?
mr-euro
  • 848
  • 3
  • 14
  • 31
13
votes
2 answers

How to point 2 different domains to 1 IP address (Apache)?

I have two different domain names, which I want to host on the same private hosting I have. I want them to point to the same IP address and yet have different content (of course). How can I do that? Are there different ways to do this? In that case…
Nima
  • 283
  • 1
  • 3
  • 8
13
votes
3 answers

how much RAM for heavy static content serving?

I want to make a server for my static content. I need to serve some 3-10 mb files - a lot. (I will also put on this server some .js and .css and images from my websites). I thought of nginx and G-WAN ( http://trustleap.com/ ). What I don't know is…
cripox
  • 235
  • 1
  • 2
  • 6
12
votes
1 answer

Benefits to having a sole email VPS server

I have around 5 websites hosted in a VPS server, and for some reason I bought another VPS server recently just to host the emails for those 5 websites. I would like to know the pros and cons of having a separate email server isolated from its web…
samayo
  • 277
  • 3
  • 5
  • 17
12
votes
2 answers

Can't update linux kernel on VPS

I recently started using VPS from OVH: http://www.ovh.co.uk/vps/vps-classic.xml This is likely problem very specific to this one provider. My goal is to install and run Docker on it, for this I need kernel supporting modules. By default, OVH's VPS…
zencodism
  • 265
  • 1
  • 5
  • 9
12
votes
8 answers

How to clean up mysql installation on centos

mysql does not exist anymore but when i run yum remove mysql it says that the package is available but not marked for installation, i cannot install new mysql because of that, I need to completely delete everything related to it before installing…
user
  • 849
  • 3
  • 13
  • 18
11
votes
2 answers

Backup of running KVM qcow2 VPS

I want a robust method of taking backup of KVM VPS of qcow2 file, while running. After searching for a long time I found that we can use rsync for live backup. I used following command for rsync: rsync -avh /vms/base.qcow2 /backup/backup.qcow2 It…
Bosco D'mello
  • 111
  • 1
  • 1
  • 4