Advanced Search
Search Results
445 total results found
Netcup
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)
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
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...
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 ✓ ✓ ✓ ✓...
Troubleshooting & Error Reference
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...