Questions tagged [vultr]

Use this tag for questions about Vultr's infrastructure, such as VPS, cloud servers, bare metal servers, load balancers, S3-compatible object storage, and networking. Questions about Vultr's API and open-source projects might not be on topic at Server Fault.

Vultr is a cloud infrastructure provider offering VPS, dedicated cloud, bare metal servers, load balancers, object storage, and advanced networking configurations from many worldwide locations.

15 questions
1
vote
1 answer

Misleading geekbench score

Not sure if this is the right site to ask this question.. I was looking for a server hosting site and came across https://vultr.com/ They advertise a single-core score of 3875 on one of their cheapest cloud compute servers. Searching for the…
1
vote
1 answer

High Load on Cpu -?

top - 06:49:29 up 16 days, 4:04, 1 user, load average: 1.29, 1.41, 1.51 Tasks: 113 total, 2 running, 111 sleeping, 0 stopped, 0 zombie %Cpu(s): 89.3 us, 10.7 sy, 0.0 ni, 0.0 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 1015912 total,…
1
vote
1 answer

How to add a PTR (Reverse DNS) on Vultr? Do I need to contact them?

I have set up a Postfix Dovecot email server on my Vultr. And I'm getting following message from Google: gmail-smtp-in.l.google.com said: 550-5.7.1 Our system has detected that 550-5.7.1 this message does not meet IPv6 sending guidelines…
1
vote
1 answer

Cloud Init not working on Vultr

I am new with Cloud-Init, I am trying to install tailscale and Docker with it, and some other packages I tried several times and no luck and no error logs. What I am doing wrong? Here is my script: #cloud-config users: - name: ubuntu …
Rodrigo
  • 45
  • 2
  • 8
1
vote
0 answers

Scalelite Load balancer giving error when trying to add new servers

I have two stand alone Vms in vultr running on Ubuntu 18.04 and on top of it I have installed Bigbluebutton server configs and a Greenlight frontend. I have configured another server for scalelite on vultr itself and installed Postgres and redis on…
Cecil John
  • 11
  • 1
1
vote
1 answer

Set up nginx successfully on Ubuntu server on vultr but can't see nginx welcome page on browser

I have followed step by step this article (https://coderrocketfuel.com/article/how-to-set-up-nginx-on-a-ubuntu-server-with-vultr) to set up an instance on Vultr and everything went smoothly and fine but at the end of the second step, where the…
moddayjob
  • 113
  • 4
1
vote
2 answers

Connect local subnet bidirectionally to a VPS server using plain OpenVPN

Let's say we have a local subnet 192.168.1.0/24 that needs to be connected bidirectionnaly to a machine on any VPS (Amazon EC2, Linode, Vultr, etc...) through the 10.8.0.0/24 subnet created using OpenVPN. Part of this has been done already. It's…
RooSoft
  • 236
  • 2
  • 10
0
votes
1 answer

download data is faster but ping speed is slower why?

I am looking for the vultr or digitalocean to host my website. however, when I ping it I find something confuse me: ping Singapore Vultr ping Tokyo Vultr it seems Singapore Vultr is faster than Tokyo.But,when I download the data from Singapore…
Joe Lin
  • 105
  • 4
0
votes
0 answers

CentOS 7 Server gets IPv6 suffix, but not prefix

I have a server that I'm pulling my hair out with. After total a reinstall, ipv6 works fine until I reboot the system. After that, it only ever picks up the suffix address: 2: enp1s0: mtu 1500 qdisc mq state UP…
0
votes
0 answers

How to add username and password based uthentication to kubernetes dashboard using helm and terraform?

I have this terraform config for deploying a kubernetes dashboard to my cluster on VKE. resource "helm_release" "my-kubernetes-dashboard" { name = "my-kubernetes-dashboard" repository = "https://kubernetes.github.io/dashboard/" chart =…
Dan
  • 1
  • 1
0
votes
0 answers

Gmail not detecting PTR record from vultr server

I have an SMTP server running on a vultr VM. I've set up the rDNS to point to my mail domain name mail.idimitrov.dev. The DNS setup points to that machine on ipv4 and ipv6 for mail.idimitrov.dev and it points to github pages on idimitrov.dev. When I…
0
votes
0 answers

Vultr firewall opened ports by anonymous party. nslookup of open IP address shows non-authoritative answer "name = noptr.midphase.com". Was I hacked?

I am running a cloud server on Vultr.com. Recently, I logged into Vultr.com in my web cloud instances web interface and checked my firewall. I noticed that port 53/udp had been opened in the vultr firewall and the allowed IP was 206.217.205.100/32.…
DanRan
  • 73
  • 1
  • 3
  • 22
0
votes
0 answers

backup snapshot vultr linux host to local Windows

Vultr Linux snapshots are falling too expensive as the number of servers we acquired has grown. Thus, I wish to create a snapshot/backup (entire OS along with open ports, swap memory, and installed softwares) of only Linux servers of Vultr and save…
Ashar
  • 101
  • 1
0
votes
1 answer

Object Storage vs HDD Block Storage

Currently I am using SSD Block Storage at Digital Ocean which is very costly. When I checked Vultr they are providing HDD Block Storage. Which is cheap. We have to store approx 700GB of data (Mostly images) and serve them on websites. Should we use…
Future King
  • 135
  • 1
  • 8
-1
votes
1 answer

Nginx server works only locally

I have set up a VPS on Vultr running Debian 10, and I've just installed nginx. If my understanding is correct, at this stage, I should be able to see something like when I visit my website. Indeed, when I run curl -i mydomain.com from the ssh…
Luke Collins
  • 101
  • 2