Skip to main content
These instructions only apply for free self-hosting features, not Enterprise features (feature list).
Read the self-hosting instructions before deploying to production.

Create a VM

Go to the EC2 service and click Launch Instance. Create an instance with default settings except:
  • t2.medium for testing, t2.large for production
  • Enable Allow HTTPS traffic from the internet and Allow HTTP traffic from the internet

Install Docker

Go to your EC2 instance page and click Connect, then Connect again on the next page to access your instance’s console via SSH. Install Docker & Docker Compose with the following commands:
Refresh the VM console page to activate the new configuration.

Run Nango

Still in your VM’s console, install Nango by running:

Update Nango

In your VM’s console, run: