Hosting Providers

From Pavlov VR Wiki
Jump to navigation Jump to search

The hosting providers listed below are not affiliated with vankrupt games.

--- A Warning about Cheap Server Resellers ---

There are some companies that simply resell empty server boxes and provide users some sort of portal interface for the customer to set the server up on their own. Notable examples that advertise for pavlov are g-portal and smishcraft. Very often these companies will advertise impossible claims like "unlimited slots" (Pavlov is limited to 10 for quest and 24 for PCVR) and have meaningless tiers for more RAM or Storage (A server with 128GB of RAM will run the exact same as a 2GB server). These providers also suffer from "Noisy Neighbors" where hosting providers try to stuff as many servers on the same hardware as possible oftentimes negativly impacting performmance. While sometimes the VPS resellers can provide an acceptable experience it oftentimes requires the user to still set up and configure the server themselves. If you are willing to configure the server yourself consider one of the AWS/Google/Vultr options for a better experience or if you would like to have the server set up for you consider Arctic VR or Horde below.


Pavlov Server Hosts

The below companies provide plug and play pavlov server hosting solutions:

ARCTIC VR

Arctic VR is the largest and longest running Pavlov VR hosting provider.

  • No technical knowledge needed - Everything is done for you, no coding or linux skill needed
  • Worldwide - EU, NA East and NA West servers for both shack and PCVR
  • Low Pings - All servers are hosting in datacenters with fast and reliable internet connections
  • Online web dashboard - RCON for server account management, allowing changing maps, PIN, server name, time limit etc
  • Expert Support - Arctic VR has been running servers since day one and are familiar with all their quirks and oddities
  • Maps - Complete support for community maps and default maps on any gamemode. More information here: https://www.arctic-vr.com/server-rotation.

email: Info@arctic-vr.com

Discord: https://discord.gg/9z9HraS

Website: https://www.arctic-vr.com/server-hosting

Arctic options.png

Pavlov Horde

Pavlov Horde is the most feature-rich, easy and fast setup method to launch a Pavlov Shack (Quest) server. Starting at only $5 for a full-feature server!

Hordepricing.png

The service includes:

  • Fast - Server launched within 15 minutes of purchase, bundled with all the features below
  • Online web dashboard - for server account management, allowing changing maps, PIN, server name, time limit etc
  • Ready-made - Pavlov Shack servers (Quest exclusively!) for TTT, SND, Zombies, and all other game modes
  • Low Pings - Choose from over 13 locations across the globe
  • Stats - Kills, Deaths, Assists, Headshots and much more is collected & offered via scoreboards& rankings
  • Maps - All available Pavlov Shack maps available, regularly updated (check out the full list here: https://pavlovhorde.com/mapsList)
  • Discord Bot - to give items, kick, ban, manage, flush and much more from Discord. Grant permissions to friends/team via discord
  • Stream - all activity (active players, kills, plants etc) from the game to a discord channel
  • Horde Homes - in-game lobby maps that allow you and your community to select maps, view scoreboards, and set custom welcome text in-game for new visitors

You can find more about them here: https://pavlovhorde.com/buy or contact Chingghis for questions by joining the Horde Discord: https://discord.com/invite/cdQTDpDQhe. The Horde discord bot can be invited with this link: https://discord.com/oauth2/authorize?client_id=780880728992383077&scope=bot&permissions=199744


Empty Server Hosts

These companies provide a blank or mostly empty server that you need to follow the pavlov setup guide and configure manually.

VULTR

Consider using a referral from the community:

Carlos: https://www.vultr.com/?ref=8615589-6G

Carrot: https://www.vultr.com/?ref=8689348

Archaeo: https://www.vultr.com/?ref=8653652-6G

Cheeto: https://www.vultr.com/?ref=8717358

Google Cloud Platform (90 day free credit available)

The below configuration is successfully running 4 pavlov PC instances with ~15 total maps and up to 24 players per server. If you want more maps use larger boot disk. Both can dynamically be scaled based on popularity.


Menu -> compute engine -> VM instances
create instance
- region: wherever you like
- machine type: n1-highcpu-4 (4 vCPUs, 3.6 GB memory)
- boot disk: Ubuntu 20.04
- boot disk -> size: 25gb
- network tags: pavlov-server
- [create]


Menu -> Vpc network -> firewall rules
[Create firewall rule]
Name: pavlov server
Target Tags: pavlov-server
Source IP Ranges: 0.0.0.0/0
Protocols and Ports -> Specified protocols and ports -> UDP: 7777, 8177 (Shack and PC)
Protocols and Ports -> Specified protocols and ports -> TCP: 7777, 8177 (Shack-only)
Protocols and Ports -> Specified protocols and ports -> TCP: {RCON port - default 9100}
[save]

Forestracks - https://forestracks.com/games

Amazon Web Services (30 day free credit available)
Login -> Change Region: Choose your region
Services -> Compute -> EC2 -> Create
Choose an AMI: Ubuntu 18.04
Instance Type: z1d.large

Instance Details -> Tenancy: Dedicated (optional: this will more than triple the cost)

Storage: 50gb disk (or whatever, you're in control of the map roster)

Security Groups:
Create a new Security Group
Security group name: pavlov-server
Description: pavlov server
Rules:
Type: Custom ICMP Rule - IPV4 / Protocol: Echo Request
Type: Custom UDP Rule / Port Range: 7777 / Source: 0.0.0.0/0
Type: Custom UDP Rule / Port Range: 8177 / Source: 0.0.0.0/0
Type: SSH (optional, but I assume you wanna SSH in..)

Launch -> Create new Keypair -> Download -> Launch

Once it's started, SSH in like:
$ ssh -i your-key.pem ubuntu@you-server-details.amazonaws.com

(I use cmder on Windows, if you're using putty or mobaxterm or something, might be different)