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
0
votes
1 answer

VPS DNS Resolution problem

I've recently moved from a shared hosting to a VPS at vps.net but I think I might have broken it already! I have domain.com and domain.net. I have setup DNS records for both to point to my server. However, only domain.com pings to the correct IP…
fatnic
  • 101
  • 2
0
votes
0 answers

Exposing ports on VPS

I'm running some services inside Docker and been having some issues with it: I have a NodeJS app (TLS stream communication) running on a custom port (let's say 2321). I exposed the port from my container and opened it on the firewall. On Cloudflare,…
Matic
  • 1
0
votes
0 answers

DNS/Domain not working

I have domain, pointed to my VPS. I made VH in apache to serve simple index.htm file to check if everything works fine. Unfortunatelly something is wrong because page is not found(http://zoofi.me). Here's my DNS configuration: I added VH via some…
michal
  • 101
  • 1
0
votes
0 answers

Files lost during upgrade from VPS3 to VPS4 in GoDaddy: Unable to locate files on VPS4 server

I recently experienced an automatic upgrade from VPS3 to VPS4 on GoDaddy after the expiration of my VPS3 server. However, I am facing difficulties in locating my website files on the new VPS4 server. I have also purchased a new VPS4 plan, but I…
0
votes
1 answer

Redirect Error website on VPS Ubuntu "www version" redirecting to "apache default page"

Hi I am a web designer and have recently starting maintaining a VPS server I am using a Lamp VPS server running ubuntu 18 with multiple PHP websites have edited virtual host and htaccess multiple times. Problem : 1.in all websites: all "www version…
SACHIN HD
  • 3
  • 3
0
votes
1 answer

website extremely slow after enabling ssl with nginx on react website

This is my nginx sites available folder on a digital ocean Ubuntu v22 VPS: server{ server_name 139.59.62.131 animeanyway.me; location / { proxy_pass http://localhost:3000; proxy_http_version 1.1; proxy_set_header…
0
votes
1 answer

How to migrate from one VPS to another

Yo, so I need to migrate server from one VPS to another with exact copy of a system with all users, database data and etc. I have image of source VPS but suddenly hosting doesn't provide ability to install that image to destination VPS and I don't…
Lokilife
  • 1
  • 1
0
votes
0 answers

VPS memory full, no process using it, no ballooning, no tmpfs

I'm using a 512MB VPS which is just running Apache (no traffic) and a crontab backup to Onedrive using Restic every couple couple of hours. I'm experiencing high memory and moderate swap consumption, apparently with no responsible process, as shown…
0
votes
0 answers

How to Add vip to vps?

I have a ubuntu vps and it is accissble by its ip. I want to add a vip to it which let clients connect to it by this vip from internet. I have a floating ip from other subnet and it is added to my vps but how can use it as vip?
0
votes
0 answers

firewall blocking local network access even though firewall shows inactive

So I have 2 VPS, both Ubuntu. it's as follows: Has OpenVPN on it, and I use that VPN Has a website that I would like to be able to connect to, but it's not connecting when my VPN is running from server #1 As a said, firewall is inactive, when I…
Eissaweb
  • 1
  • 1
0
votes
0 answers

VPS - Sending mails fails on ubuntu via postfix

i have a VPS on Hetzner and struggling with sending mails. They says that block outgoing port 25, 465. I have tried to change postfix configurations to change the port for smtp to 587 but still unable to send mails to others. Anyone have any idea…
EAK TEAM
  • 101
  • 1
0
votes
1 answer

SSH configuration with two interfaces (different users) works only on one interface

I have created a sshd_config for my server. The SSH service should listen on the public and a WireGuard interface (on different ports). My problem now is that on the first public interface everything works, but on the second one somehow the rules of…
Jonathan
  • 43
  • 6
0
votes
0 answers

Route all incoming internet traffic from wg0 through wg1 in Wireguard

I have a Debian VPS which is running two different WireGuard interfaces. The first one, wg0.conf, is being used by myself to connect to the VPS. Next, I would like to route all my internet traffic from wg0 through wg1 which uses my desired…
Eric
  • 1
0
votes
1 answer

Is "Virtual Dedicated Server" a correct name?

I've been searching for differences between servers and came accross VPS and VDSs. Which are accordingly Virtual Private Server and Virtual Dedicated Server. For example in GeeksForgeeks they say that they use different virtualization techniques.…
1amroff
  • 101
0
votes
0 answers

A networked filesystem spontaneously mounted on my VPS and I'm not sure what, why or how

This VPS was more or less idle during the days when this happened. The host (Scaleway) did not perform any maintenance or upgrades during this time, nor did I interact with the VPS directly or through the control panel. Automatic updates are…
1 2 3
99
100