Advanced Search
Search Results
55 total results found
How to Create a Pipeline for Git Submodule Repo
Deploying code from a repository that includes Git submodules can be a bit more complex than a standard repository. This article will guide you through the process of deploying a submodule Git repository on the Elestio CI/CD pipeline. Check out our example r...
How to Run a Nuxt App with preinstall script in Elestio
When running a Nuxt.js application using runtime NodeJs, particularly with a preinstall script, you may encounter issues related to missing dependencies or commands not being found. In this guide, we'll walk you through how to set up a pipeline to run a Nuxt a...
How to Deploy or Integrate a Service with Tor Onion on Elestio
To make your services accessible over Tor, you can configure a Tor service within your service Docker Compose setup. This will allow your service to function as an onion site, providing enhanced privacy and limiting access to Tor-compatible browsers. Here’s a ...
SEPA Direct Debit Payment Option on Elestio
At Elestio, we aim to make payment processing as convenient and accessible as possible for our customers. We’re pleased to offer SEPA Direct Debit as a payment option, available to our eligible European customers. This method ensures a secure, easy, and effici...
How to Enable or Disable IPv6 on a Linux Virtual Machine
IPv6 is the latest version of the Internet Protocol, designed to address the limitations of IPv4. In some scenarios, such as managing Docker Hub rate limits, disabling IPv6 may be necessary to ensure smooth operation. This guide provides step-by-step instructi...
Bandwidth Billing
At Elestio, we're committed to transparency and simplicity when it comes to billing. One area where we often receive questions is bandwidth usage, especially what happens after your allocated free bandwidth is exceeded. This post will walk you through how band...
Elestio Free Trial Policy & Fair Use Statement
At Elestio, we’re committed to empowering users by providing a fast, reliable and flexible platform for deploying services. As part of this commitment, we offer a 3-day free trial including $20 in credits, allowing new users to try up to 2 services at no cost....
How Does Elestio’s Pricing Work?
Elestio offers a flexible cloud hosting platform that allows you to deploy and manage applications with ease. Unlike traditional cloud providers, Elestio's pricing is based on an hourly billing system with prepaid credits, providing transparency and control ov...
Microsoft Azure or BYO-AZURE (Bring Your Own Azure Account)
This guide explains the Azure permissions and configuration required for customers who want to deploy Elestio services in their own Azure subscription. By connecting your Azure account, Elestio will create and manage resources directly in your Azure environmen...
Overview
What is the Elestio CLI? The Elestio CLI is the official command-line interface for the Elestio platform, installable as a global npm package: npm install -g elestio It exposes every platform capability as a command: deploy services, manage firewall rules, ...
Installation and Setup
Requirements Node.js >= 18 (check with node --version) An active Elestio account with a verified email, payment method, and API token Git (required only for the Agent Skill installer) Step 1 – Create an Elestio account (manual) You need to do th...
Using the Elestio CLI – Command Reference
Authentication & Configuration elestio login --email X --token Y # Store credentials locally elestio auth test # Verify current credentials elestio whoami # Show current user info elestio config ...
Using the Agent Skill with AI Agents
How it works The Elestio Agent Skill is a SKILL.md file placed in your AI agent's skills directory. When you ask your agent to deploy or manage infrastructure, it reads SKILL.md to understand: Which CLI commands to run The correct interactive deployment p...
Deploying Services
Elestio supports two deployment modes: Catalog Deployment (400+ pre-built open-source templates) CI/CD Deployment (your own custom code from GitHub or GitLab). Catalog Deployment Use this when you need a standard open-source service (database, monit...
Managing Services
Listing & Inspecting Services # List all services across all projects elestio services # Filter by project elestio services --project 112 # Get detailed info for one service elestio service <vmID> Power Management elestio reboot <vmID> #...
Backups & Storage
Elestio provides three backup tiers and two storage extension types (volumes and snapshots). Local Backups (Application-Level) Application-consistent backups are stored on the service VM itself. Created using pre/post-backup scripts specific to each templa...
CI/CD Pipelines
Elestio CI/CD Pipelines let you deploy your own code from GitHub, GitLab, or a Docker registry onto a dedicated VM managed by Elestio. Architecture A CI/CD deployment consists of two parts: CI/CD Target VM: A dedicated Elestio VM that hosts your pipelin...
Cloud Provider Guide
Elestio supports 9 cloud providers across 100+ regions. Each provider has different features, pricing, and capabilities. Provider Comparison Feature Netcup Hetzner AWS Azure Scaleway Vultr Linode DO Catalog deploy ✓ ✓ ✓ ✓ ✓ ✓ ✓ ✓ CI/CD deploy ✓ ✓ ✓ ✓...