-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb9dee1
commit 046ffde
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Provider Guidance | ||
|
||
This guidance covers basic steps that are typical for smaller cloud / VPS providers. | ||
It is not exhaustive, and you should consult your provider's documentation for more detailed information. | ||
|
||
## General steps | ||
|
||
1. Create SSH keys to authenticate with your server. With many providers, you can upload your public key | ||
to ensure secure password less server access. | ||
2. Create a new server with your chosen operating system. The community frequently uses Ubuntu 22.04 LTS. | ||
3. Secure your server by following best practices. This includes permissions, software updates and setting up firewalls. | ||
4. [Install Voi Swarm](../installation/installation/) | ||
|
||
Different providers have different ways to achieve these steps. | ||
|
||
## Example | ||
|
||
### OVHcloud | ||
|
||
These steps are based on the OVHcloud documentation. The steps are similar to many other providers. | ||
|
||
1. [Creating your SSH keys](https://help.ovhcloud.com/csm/en-ca-dedicated-servers-creating-ssh-keys?id=kb_article_view&sysparm_article=KB0043376) | ||
2. [Installing your server](https://help.ovhcloud.com/csm/en-gb-dedicated-servers-getting-started-dedicated-server?id=kb_article_view&sysparm_article=KB0043475) | ||
3. [Securing your server](https://help.ovhcloud.com/csm/en-gb-dedicated-servers-securing-server?id=kb_article_view&sysparm_article=KB0043969) | ||
4. Lastly [install Voi Swarm](../installation/installation/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters