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

what are the advantages/disadvantages of cloud server versus a VPS?

I was looking around for inexpensive linux/PHP hosting for a project that is still in development. I got some recommendations for slicehost. But then a freind mentioned rackspace cloud servers, and this looked even better. First it's cheaper…
Otto
  • 183
  • 4
7
votes
4 answers

Removing Apache from Debian 5

I had Debian 5 installed on my VPS but I found that it came with apache2 already up and running. I tried apt-get remove apache2 but it said that apache2 wasn't running. I checked top and yep, there it was. So then I turned it…
Xeoncross
  • 4,449
  • 12
  • 43
  • 56
7
votes
3 answers

Migrate Hosted VPS server to my own server

Is it possible to direct copy an entire VPS host to my own server? My current VPS is in the US and the response times from/to Denmark are bugging me a lot. I have previously had my own server, running FreeBSD, before I switched to the VPS. For the…
Phliplip
  • 541
  • 8
  • 22
7
votes
3 answers

How do I set up a basic mail server for the first time?

I have a site running on a VPS, now I want to be able to receive mails at info@mydomain.com. How do I need to set up the server? And how should I set up the mail client on my PC to receive those mails? The server is running CentOS/RHEL. I'll really…
user41010
  • 91
  • 1
  • 2
  • 7
7
votes
6 answers

How to backup a linode 360 VPS?

I have a php/vbulletin/apache server running a 360 instance of linode. I am wondering what is the best way to remote backup the server in another location? I'm guessing I have two options, FTP and Amazon S3. Can anyone provide some example hosts and…
Daniel Fischer
  • 669
  • 1
  • 8
  • 11
6
votes
1 answer

Is a VPS with some resources the same as a Dedicated server with exactly same resources?

Apologize if I shouldn't ask this here. I want to acquire a VPS or a Dedicated. I read about VPS and Dedicated and the differences but I don't understand something... Is a VPS with some resources (X CPU cores, Y RAM, Z Bandwidth etc) the SAME as a…
MM PP
  • 269
  • 2
  • 6
6
votes
7 answers

VPS: How can I update the available hard disk space after upgrade?

I made an upgrade of a VPS hosted on OVH, specifically from VPS CLOUD 1 to VPS CLOUD 2 that have 25gb more of previous solution (50gb total). On this VPS is installed CentOS 7.2.1511 There is the result of df -HT [root@srv ~]# df -HT File system …
marsaldev
  • 121
  • 1
  • 7
6
votes
2 answers

Is VPS and VM same thing or is there any difference?

It appears to me that VPS and VM is the same thing because of the way they both work. But if we dig little deeper, is there any noticeable difference between the two like physical hardware, management or scalability? Can anyone provide difference…
swap
  • 61
  • 1
  • 1
  • 2
6
votes
3 answers

How can I trace the cause of php-fpm terminating?

I have VPS (4 core, 6GB) running centos, nginx and php-fpm, with very little traffic (I have never published the url). Every few weeks (at different times), php-fpm terminates with only the following in php-fpm.log: [10-Nov-2015 04:14:48] NOTICE:…
Paul S
  • 161
  • 1
  • 5
6
votes
1 answer

Prevent hijacking IPs in KVM/libvirt

How can I prevent a VM user/client from accessing IP addresses he doesn't own but are routed over the same bridge on KVM/Libvirt? IP addresses are routed to a cisco switch vLan consisting of a /24 254 usable addresses eg. 105.100.1.0/24. Here is an…
6
votes
1 answer

opendkim fail | bad RSA signature | verification failed unprotected key

I have fully manageable VPS running Ubuntu 14.04 which hosts websites for several domains. Recently I have tried to add DKIM signatures to avoid spam filters. I've followed ubuntu-postfix-dkim tutorial, using KeyTable and SigningTable as explained…
6
votes
1 answer

How can I migrate a VPS from one provider to another while keeping configurations? Can I just use `rsync / destination:/`?

How can I migrate from one VPS to another, while keeping the configurations? I saw this question Best way to migrate data between two linux VPS But that was only to migrate the data. I have set up an email server (Dovecot/Postfix) which is a pain…
Chloe
  • 1,164
  • 4
  • 19
  • 35
6
votes
1 answer

VPS hostname, ns1 and ns2 prefix

Sorry for the stupid question. I'm completely new to servers in general and I want to sign up for a VPS. On the sign-up page, I have to fill in these fields: I have no idea what I should write into these fields (apart from password obviously), and…
MikO
  • 163
  • 1
  • 1
  • 6
6
votes
1 answer

Does Google provide hosting servers means like vps or dedicated servers?

I want to make it sure does google provide hosting servers like virtual private servers or dedicated besides free hosting that is available from sites.google.com Does google have something like rackspace, linode or do they only provide free hosting…
Abhinav
  • 743
  • 2
  • 9
  • 20
6
votes
2 answers

Should I encrypt my VPS' harddrive?

Is it feasible to remotely encrypt the hard drive of a virtual server (VPS, cloud server like EC2)? This would help to protect the contents of the hard drive from snooping by the host or as a result of a security hole, but has some issues: The…
Tom Marthenal
  • 2,116
  • 7
  • 25
  • 37