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
8
votes
7 answers

Slicehost Alternatives

What are some good alternatives to the virtual private server company sliceshost? I would like a few alternates providers.
Daniel
  • 3,791
  • 7
  • 33
  • 34
8
votes
8 answers

Which virtualization platforms should I choose, Xen or OpenVZ?

I am upgrading my shared hosting to VPS hosting, mainly to just add server administration skills to my development skills, so I'm facing a lot of new choices just signing up. I need to choose a virtualization platform, either Xen or OpenVZ. From…
Edward Tanguay
  • 1,209
  • 4
  • 22
  • 31
8
votes
2 answers

Server load high, CPU idle. NFS the cause?

I am running into a scenario where I'm seeing a high server load (sometimes upwards of 20 or 30) and a very low CPU usage (98% idle). I'm wondering if these wait states are coming as part of an NFS filesystem connection. Here is what I see in…
Mech
  • 660
  • 2
  • 11
  • 22
8
votes
5 answers

Can a hosting provider access files inside our VPS accounts?

I'm curious how VPS accounts work. I know my shared hosting provider can look through my files since they've changed things in the past. If I purchase a VPS account, like from Linode or Slicehost for example, would the folks there be able to see my…
andy
  • 191
  • 1
  • 3
7
votes
4 answers

What to put as hostname in VPS setup?

If my domain is example.com, what should I put as hostname in my VPS setup using Debian 8.7 Jessie? Is it www.example.com or example.com or example?
user412945
  • 71
  • 1
  • 1
  • 2
7
votes
2 answers

CentOS7 firewalld no zones

I have installed firewalld on a fresh CentOS 7 minnimal installation on a VPS (weirdly enough, from what I've been searching firewalld should already be installed with system). I tried opening some ports but when running a command like firewall-cmd…
Nicolas
  • 191
  • 1
  • 2
  • 5
7
votes
4 answers

Suggestions for reliable cheap VPS ($10)?

Does anyone have suggestions on reliable and cheap VPSes (up to around $10 each)? I found this link on a related question and was wondering if anyone had reviews for these services or others: http://geekness.eu/vps-plans-under-10-dollars-a-month To…
Lin
  • 2,909
  • 7
  • 27
  • 25
7
votes
2 answers

Why do I need to set a hostname?

I know there's quite a few questions about host names. But even after reading them, I didn't really understand the concept of host names entirely. So here's my question: I've been following this guide in setting up a VPS with Linode. The first step…
gerky
  • 291
  • 1
  • 4
  • 14
7
votes
2 answers

How secure/private is full disk encryption on a VPS?

Security principles say that if someone else has physical access to a machine, then there is no security/privacy. I'm wondering about some examples of this in the case where I want to have a hosted Virtual Private Server (VPS) with full disk…
user779159
  • 395
  • 1
  • 5
  • 10
7
votes
1 answer

How to point MX record to my VPS

I own a domain and I host a website on github pages. My A record points to github. I'd like to host mail on a VPS (which only has an IP address), but apparently, I cannot use an IP address as an MX record. How should I proceed?
learnvst
  • 173
  • 1
  • 5
7
votes
2 answers

OpenVPN Client timing out

I recently installed OpenVPN on my Ubuntu VPS. Whenenver I try to connect to it, I can establish a connection just fine. However, everything I try to connect to times out. If I try to ping something, it will resolve the IP, but will time out after…
Austin
  • 173
  • 1
  • 2
  • 8
7
votes
11 answers

Is there tool that will monitor or log speed of web server responses

I have GNU/linux Box (linode VPS running Debian) with PHP, Apache, MySQL and Varnish (and app/site that use those) is there a tool that will save or monitor load times of web server responses?
jcubic
  • 230
  • 1
  • 4
  • 15
7
votes
1 answer

Opening port 5432 on ubuntu

I am trying to open port 5432 on ubuntu using ufw using sudo ufw allow 5432/tcp I then use nmap to see if port 5432 was opened and i get this: root@domain:~# sudo nmap -sS -O 127.0.0.1 Starting Nmap 5.21 ( http://nmap.org ) at 2011-12-01 14:28…
Gandalf
  • 245
  • 1
  • 3
  • 7
7
votes
1 answer

How can I tell who/what shutdown my CentOS VPS?

CentOS 5.7 VPS (running on OpenVZ) My VPS shut down this morning and I'm not sure why. I contacted my VPS host and they indicated that the server "was off". They powered it back on but I'm confused on how/why exactly it was shut down. The host…
Mike B
  • 11,871
  • 42
  • 107
  • 168
7
votes
3 answers

How should I setup DNS when all I have is a VPS with a static IP?

I have a VPS with a static IP and a domain pointed to the registrants nameservers, so I can change all of the DNS records. In past, I've always just set nameservers to my VPS/hosting provider, but I can't do that now. All I have is a static IP for…
Jakub Arnold
  • 1,744
  • 10
  • 26
  • 33