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
4
votes
3 answers

Choosing a Host -- Reseller or VPS?

I'm developing a common-interest social networking community which is soon ready for release. I need some advice on what type of a hosting plan will best fit both my emerging website development company and my new (hopefully high-traffic) online…
pws5068
  • 155
  • 3
4
votes
3 answers

Run two separate web servers on a single VPS

A friend and I are considering paying a monthly fee for our own VPS. We currently have our own individual hosting, but it is limited and does not allow us to do things like schedule tasks and install other software. What is required to set up one…
Josh Stodola
  • 289
  • 1
  • 4
  • 14
4
votes
3 answers

Setting up domain on VPS

I recently rented a virtual private server, I have installed apache with php and everything and it works fine, but I'm not sure how to setup my domain. I have a domain at godaddy, so do i need to install nameserver on my VPS or can I just point…
dabrorius
  • 65
  • 2
  • 5
4
votes
2 answers

Which VPS configuration would be better?

I currently have a VPS at HostingRails.com, and am rather disappointed with the service so I have been considering switching to linode instead. I have three rails applications (my live application, the QA version of the live application, and one…
Daniel Vandersluis
  • 491
  • 1
  • 6
  • 17
3
votes
1 answer

Monitoring load on a VPS

I am an administrator on a Virtual Private Server being rented from a host-provider. (I am running Ubuntu. They are running Virtuozzo.) I get that, although I have some guaranteed resources (like RAM and disk-space), I am sharing some other…
Oddthinking
  • 274
  • 2
  • 15
3
votes
2 answers

Can I connect two LAN's that have no static public IP through VPN server?

Can I connect two LAN's, for example main office and branch office LAN's that have no dedicated public IP (only connected to internet through cheap ISPs) through one VPN server that I installed in VPS (like Digital Ocean)?. How do I do that if it's…
Saif
  • 31
  • 3
3
votes
1 answer

ufw enable is not working, and it crashes my OS

Where the problems started: First i tried to install fail2ban from the ISPmanager UI, the fail2ban was installed but i got a error related to the package coremanager-pkg-fail2ban, and the fail2ban was not working so i tried to uninstalled it using…
mario
  • 145
  • 1
  • 8
3
votes
3 answers

Can't connect to GoDaddy VPS SMTP server

I have an ASP.Net C# web application which sends out email notification. I configured it to use the SMTP server on our VPS to send the email. But if the application is not hosted on the VPS I get an error. The innermost exception message says: A…
dunli
  • 131
  • 5
3
votes
2 answers

Install Apache to CentOs 7 installed but not showing in the browser

I hope someone can help me, I am trying to set up a VPS, i have a small VPS to learn on before i use my main VPS. Ok so, I have installed Apache without any problems and when i try " sudo service httpd status ", I am told that Apache is active and…
zimbert
  • 31
  • 1
  • 1
  • 3
3
votes
1 answer

How to stop unauthorized website replication/mirroring

I'm running a website in a vps server (nginx). I recently found several other websites that are 100% duplicate of my website. Even when I change a post or delete files from my server, these other websites automatically update with the changes I…
3
votes
1 answer

Backup remote VPS with Rsync

I have a VPS that we will be shutting down soon, so I want to create a full backup of it. I was thinking about rsync, because if I google linux and backup words, I constantly get hit by rsync, so why the hell not. :) However, here comes the…
Bert
  • 1,028
  • 1
  • 16
  • 33
3
votes
1 answer

How to extend CentOS 7 / partition after upgrading disk size on a VPS

We have a CentOS 7 VPS with 20GB of SSD space, we later upgraded it to 160GB but I'm a little confused on how to extend the / partition. We have multiple full backups but I'd rather not reinstalling everything only to extend the disk size. df -h…
user430676
3
votes
1 answer

Have Same Data in 2 VPS

I have two VPS that installed WHM on each, I want to have same data on both of them. Now one of my VPS have data and one of them is empty. There is any solution to i have all my data, database, emails and everything in my VPS to my another VPS, and…
3
votes
1 answer

I cannot SSH or Telnet to Windows Server 2012 on VPS

I just bought a Windows Server 2012 on VPS.I can connect it using remote desktop and setup mongodb and access it.But i cannot seem to telnet or ssh to it using Putty. Both ports are open and listening.Putty gives me 'Connection timeout error'. …
Wardruna
  • 33
  • 4
3
votes
0 answers

Should I move Node.js to a separate server, or host it together with LNMP?

I wanted to add some features to my site which would require using Node.js over websockets. So my options are: Install Node on a separate VPS; Install Node on the same server where my websites are. Let's say the main server has enough resources…
ᴍᴇʜᴏᴠ
  • 577
  • 1
  • 6
  • 20