diff options
| author | 2022-04-01 14:14:07 +0100 | |
|---|---|---|
| committer | 2022-04-01 14:14:07 +0100 | |
| commit | 17dcd70f006a74fce3f95539f4150e4e25bb2db1 (patch) | |
| tree | 6039d0b10c2d1cd92d0754cc9bacfcf796226225 | |
| parent | Remove resource suggestion template from site (diff) | |
| parent | Merge pull request #697 from Robin5605/vps-services (diff) | |
Merge branch 'main' into remove-resource-suggestion-template
| -rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/vps-services.md | 31 | 
1 files changed, 31 insertions, 0 deletions
| diff --git a/pydis_site/apps/content/resources/guides/python-guides/vps-services.md b/pydis_site/apps/content/resources/guides/python-guides/vps-services.md new file mode 100644 index 00000000..0acd3e55 --- /dev/null +++ b/pydis_site/apps/content/resources/guides/python-guides/vps-services.md @@ -0,0 +1,31 @@ +--- +title: VPS Services +description: On different VPS services +--- + +If you need to run your bot 24/7 (with no downtime), you should consider using a virtual private server (VPS). This is a list of VPS services that are sufficient for running Discord bots. + +* Europe +    * [netcup](https://www.netcup.eu/) +        * Germany & Austria data centres. +        * Great affiliate program. +    * [Yandex Cloud](https://cloud.yandex.ru/) +        * Vladimir, Ryazan, and Moscow region data centres. +    * [Scaleway](https://www.scaleway.com/) +        * France data centre. +    * [Time 4 VPS](https://www.time4vps.eu/) +        * Lithuania data centre. +* US +    * [GalaxyGate](https://galaxygate.net/) +        * New York data centre. +        * Great affiliate program. +* Global +    * [Linode](https://www.linode.com/) +    * [Digital Ocean](https://www.digitalocean.com/) +    * [OVHcloud](https://www.ovhcloud.com/) +    * [Vultr](https://www.vultr.com/) + +--- +# Free hosts +There are no reliable free options for VPS hosting. If you would rather not pay for a hosting service, you can consider self-hosting. +Any modern hardware should be sufficient for running a bot. An old computer with a few GB of ram could be suitable, or a Raspberry Pi. | 
