Docs
Docs
  • GETTING STARTED
    • Introduction
    • Loupp IP
  • SERVERS
    • Server Creation
    • Server Providers
    • Server Types
    • Load Balancing
    • Database
    • Logs
    • Backups
    • PHP
    • Network Management
    • Server Settings
  • ACCOUNT
    • Backup configuration
  • SHARED SERVERS
    • Shell Access
      • Granting Access to Server
Powered by GitBook
On this page

Was this helpful?

  1. SERVERS

Server Providers

You can link or create servers from this providers in loupp

PreviousServer CreationNextServer Types

Last updated 10 months ago

Was this helpful?

Supported Server Providers

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

  • DigitalOcean

  • Aws

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 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

Type
Protocol
Port Range
Source
Description

HTTP

TCP

80

Custom

0.0.0.0/0

HTTP

TCP

80

Custom

::/0

SSH

TCP

22

Custom

54.175.192.34

SSH from loupp

HTTP

TCP

443

Custom

0.0.0.0/0

HTTP

TCP

443

Custom

::/0

Aws Iam Settings