Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

520 total results found

How Does Elestio’s Pricing Work?

Frequently Asked Questions

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

How to secure your application with Cloudflare Tunnel

Security

What is Cloudflare Tunnel? Cloudflare Tunnel is a secure solution that connects your web applications to Cloudflare's global network without exposing your server's IP address or opening inbound ports. It creates an encrypted tunnel between your origin serve...

Netcup

Cloud Providers

Netcup is a well-established German hosting provider known for their high-performance virtual servers at competitive prices. They offer powerful AMD EPYC-based infrastructure with excellent value, especially in Europe. Netcup provides fully managed services wi...

Microsoft Azure or BYO-AZURE (Bring Your Own Azure Account)

Cloud Providers

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

How to host a static frontend website on elestio

Frequently Asked Questions

Here is how you can host a static website on Elestio using our CICD service This is useful if you want to deploy a static website from a zip file or from a bunch of files, if instead your files are in a Git repository please check this tutorial instead. 1) O...

Elestio CLI & Skill

Elestio CLI, a full command-line tool for managing the Elestio platform, and the Elestio Skill, which teaches AI agents how to use it

Overview

Elestio CLI & Skill

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

Elestio CLI & Skill

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

Elestio CLI & Skill

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

Elestio CLI & Skill

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 CLI & Skill

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

Elestio CLI & Skill

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 CLI & Skill

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 CLI & Skill

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 CLI & Skill

Elestio supports 9 cloud providers across 100+ regions. Each provider has different features, pricing, and capabilities. Provider Comparison Feature Netcup Hetzner AWS GCP Azure Scaleway Vultr Linode DO Catalog deploy ✓ ✓ ✓ ✓ ✓...

Troubleshooting & Error Reference

Elestio CLI & Skill

Error Reference Table Error message Cause Solution Not configured No credentials stored Run elestio login --email X --token Y Authentication failed Wrong credentials or expired token Regenerate token at dash.elest.io/account/security...