mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
* Add MS Azure to the list of hosting providers * Fix some typos, wording, incorrect commands * towncrier * Update docs/getting_started.rst Co-Authored-By: Michael H <michael@michaelhall.tech>
85 lines
4.4 KiB
ReStructuredText
85 lines
4.4 KiB
ReStructuredText
.. source: https://gist.github.com/Twentysix26/cb4401c6e507782aa6698e9e470243ed
|
|
|
|
.. _host-list:
|
|
|
|
=============
|
|
VPS providers
|
|
=============
|
|
|
|
.. note::
|
|
This doc is written for the :ref:`hosting section <getting-started-hosting>`
|
|
of the :ref:`getting started <getting-started>` guide. Please take a look
|
|
if you don't know how to host Red on a VPS.
|
|
|
|
This is a list of the recommended VPS providers.
|
|
|
|
.. warning::
|
|
Please be aware that a Linux server is controlled through a command line.
|
|
If you don't know Unix basics, please take a look at `this guide
|
|
<https://www.digitalocean.com/community/tutorials/an-introduction-to-linux-basics>`_
|
|
from DigitalOcean which will introduce you to the Linux basics.
|
|
|
|
-------------
|
|
Linux hosting
|
|
-------------
|
|
|
|
+------------------------------------+------------------------------------------------------+
|
|
|Link |Description |
|
|
+====================================+======================================================+
|
|
|`Scaleway |Incredibly cheap but powerful VPSes, owned by |
|
|
|<https://www.scaleway.com/>`_ |`<https://online.net/>`_, based in Europe. |
|
|
+------------------------------------+------------------------------------------------------+
|
|
|`DigitalOcean |US-based cheap VPSes. The gold standard. Locations |
|
|
|<https://www.digitalocean.com/>`_ |available world wide. |
|
|
+------------------------------------+------------------------------------------------------+
|
|
|`OVH <https://www.ovh.co.uk/>`_ |Cheap VPSes, used by many people. French and Canadian |
|
|
| |locations available. |
|
|
+------------------------------------+------------------------------------------------------+
|
|
|`Time4VPS |Cheap VPSes, seemingly based in Lithuania. |
|
|
|<https://www.time4vps.eu/>`_ | |
|
|
+------------------------------------+------------------------------------------------------+
|
|
|`Linode <https://www.linode.com/>`_ |More cheap VPSes! |
|
|
+------------------------------------+------------------------------------------------------+
|
|
|`Vultr <https://www.vultr.com/>`_ |US-based, DigitalOcean-like. |
|
|
+------------------------------------+------------------------------------------------------+
|
|
|
|
------
|
|
Others
|
|
------
|
|
|
|
+-------------------------------------+-----------------------------------------------------+
|
|
|Link | |
|
|
+=====================================+=====================================================+
|
|
|`AWS <https://aws.amazon.com/>`_ |Amazon Web Services. Free for a year (with certain |
|
|
| |limits), but very pricey after that. |
|
|
+-------------------------------------+-----------------------------------------------------+
|
|
|`Google Cloud |Same as AWS, but it's Google. |
|
|
|<https://cloud.google.com/compute/>`_| |
|
|
+-------------------------------------+-----------------------------------------------------+
|
|
|`Microsoft Azure |Same as AWS, but it's Microsoft. |
|
|
|<https://azure.microsoft.com>`_ | |
|
|
+-------------------------------------+-----------------------------------------------------+
|
|
|`LowEndBox <http://lowendbox.com/>`_ |A curator for lower specced servers. |
|
|
+-------------------------------------+-----------------------------------------------------+
|
|
|
|
------------
|
|
Self-hosting
|
|
------------
|
|
|
|
You can always self-host on your own hardware.
|
|
A Raspberry Pi 3 will be more than sufficient for small to medium sized bots.
|
|
|
|
For bigger bots, you can build your own server PC for usage, or buy a rack
|
|
server. Any modern hardware should work 100% fine.
|
|
|
|
------------
|
|
Free hosting
|
|
------------
|
|
|
|
Google Cloud and AWS both have free tier VPS suitable for small bots.
|
|
Additionally, new Google Cloud customers get a $300 credit which is valid
|
|
for 12 months.
|
|
|
|
Other than that... no. There is no good free VPS hoster, outside of
|
|
persuading somebody to host for you, which is incredibly unlikely.
|