Server Providers

You can link or create servers from this providers in loupp

Supported Server Providers

Read to understand how we get API keys for VPS providers.

DigitalOcean

To begin, generating an API token within your DigitalOcean account is a straightforward process.

First, log in to your digitalocean.com account and navigate to the "API" section located in the left sidebar. From there, select "Tokens/Keys" and proceed to click on "Generate New Token" to initiate the token creation process.

Copy the generated token and visit your server provider tab under the settings dashboard to add.

Aws

To enable AWS support for your account, you'll need to create a secret/key pair to input into Loupp's system.

Start by visiting Aws Iam Settings and navigate to the "Access keys" tab.

From there, generate a new access key.

AWS IAM user requirements to ensure that Loupp works properly:

  • AWS IAM users are required to possess Programmatic API Access.

  • AWS IAM users must be part of a group that has been assigned the AmazonEC2FullAccess and AmazonVPCFullAccess managed policies.

  • If you want to utilize an existing VPC, ensure that the subnet is configured to automatically assign public IP addresses.

  • This existing VPC default security group must permit Loupp to establish SSH connections to the server.

Below is an example

Aws setting

Last updated