Skip to main content

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.

0 votes
0 answers
17 views

How to access an app on a VPS using HTTPS without a domain name

I recently moved all of my dev environment to a Linux VPS from netcup, it's a simple linux machine, and I reconfigured the web application I'm currently working on. The app runs through apache inside ...
 Annis99's user avatar
0 votes
0 answers
36 views

HTTP server is not responding From Outside although firewall is inactive

I have a VPS which has Ubuntu 20.04. When I request the server from inside(when I have active shell) using http -vv GET http://216.10.242.221 it gives proper response. But when I request from outside (...
Soham Jobanputra's user avatar
-1 votes
1 answer
37 views

Route traffic through VPS

I have a local server machine. And I have, as well, a VPS with a domain name and static IP. Is there anyway I can use the VPS as a front interface to route the traffic to my local machine? My local ...
Hugo Brito's user avatar
0 votes
1 answer
25 views

Nginx vhost logging not working as expected

I am trying to set up a fairly simple vhost configuration using nginx (1.22) on Debian 12 VPS. Apart from default nginx configuration, I've created a very basic vhost file mydomain.com.conf: server { ...
Alexander L. Belikoff's user avatar
1 vote
1 answer
93 views

No internet connection on Hyper-V virtual machine in VPS

I am running a Windows 10 virtual machine (Hyper-V) on Windows Server 2022 (VPS). I need my virtual machine to be on the same LAN as my Windows Server. To do this, I have configured a virtual switch ...
Andrew Ourst's user avatar
0 votes
1 answer
42 views

Is it possible to have async in a KVM with only one vCPU core?

I'm running a cheap VPS plan with only 1 vCPU core. My webapp's backend has asynchronous operations using python concurrent.futures. It works fine on my machine, but in the VPS, the async operation ...
No Name's user avatar
  • 101
0 votes
1 answer
91 views

How can other domains point to my server? [duplicate]

I recently bought a VPS to deploy my E-commerce. I installed and configured Nginx, changed the default SSH PORT, and enabled the firewall so no port is accessible from outside. I created a user and ...
Med Amine Fh's user avatar
0 votes
0 answers
74 views

UDP routing through VPS to local machine for server hosting

I am hosting a Minecraft server using geyser to allow both bedrock and java players to join my server. Java compatibility was easy, I set up a ssh tunnel from Local to VPS and all worked well, however ...
clivet268's user avatar
0 votes
0 answers
38 views

Regarding 443 port issue

I have node.js application Client-end Back-end. My domain www.xyz.com is assigned to client-end on port 3000 and www.api.xyz.com is for my data base port:3001 I was getting HTTPS errors for both the ...
Syed Emon's user avatar
0 votes
1 answer
77 views

Issue with SSL Certificate Activation in NGINX

I am encountering an error when attempting to activate an SSL certificate for my domain artnbud.com on my VPS. Despite following the necessary steps, I am unable to activate the SSL certificate ...
BangoChain 's user avatar
0 votes
2 answers
111 views

Vue: nginx setting works in development mode, fails in production mode

I have a nginx configuration like this: server { server_name lionchortle.lol; location ~ ^/vue { proxy_pass http://localhost:8085; } location ~ ^/vue/ { proxy_pass http://...
parsecer's user avatar
  • 165
0 votes
1 answer
48 views

monit website This site can’t be reached

I follow the tutorial to setup Monit on my vps which does not include support but I cannot reach the website for monit using public ip it work fine in localhost I followed this page in this website ...
islam's user avatar
  • 1
2 votes
1 answer
231 views

mysql high CPU usage /usr/sbin/mariadbd

Our new VPS server for a wordpress website, have high CPU usage for mysql process, 50% CPU usage all the time. We don't have that many visitors and killing the process not working, there another new ...
Julash's user avatar
  • 21
0 votes
1 answer
61 views

Reducing root partition in VPS (Ubuntu 20.04)

I have a virtual server that does not have access to rescue mode I only have ssh access My disk size is 100 GB, which is all allocated to the root partition when installing the operating system. I ...
Mehdi Karimi's user avatar
0 votes
2 answers
93 views

How do clients select the DNS record from multiple DNS responses?

I have a Virtual Private Server with an IPV4 address and a range of IPV6 addresses, with the option of adding one hundred more IPV6 addresses. Configuration: OS: Debian 11 IPV4: One public Internet ...
malloc's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
127