The easiest way to
deploy applications.

Stackean is a multi cloud Platform as a Service provider that you can manage your development stacks on one unified dashboard.

See Marketplace Deploy Now
Hero Image

Create Your Own Software Stack

Want more control? Use your imagination. Create your software stack to deploy your application. No config or installation required. Only select your stack and deploy in minutes on multi region enabled cloud.

Select App Server

Node.js

Node.js

Python

Python

Ruby

Ruby

Discover More App Servers on Marketplace

Select Database

MySQL MariaDB

MySQL

MongoDB

Mongo

Redis

Redis

Discover More Databases on Marketplace

Select Loadbalancer

Nginx

Nginx

HAproxy

HAproxy

Litespeed

Litespeed

Discover More LBs on Marketplace

Create Clusters Easily

Do you need zero-downtime and auto-scale clusters? Deploy one of the clusters instantly. Need replication? Clone to another region with a click.

Kubernetes Cluster

Kubernetes

Docker Swarm

Docker Swarm

OpenFaas Cluster

OpenFaas

MySQL MariaDB

MySQL / MariaDB

PostgreSQL Cluster

PostgreSQL

Wordpress Cluster

Wordpress

Install 1-Click Apps

Wordpress

Wordpress

laravel

Laravel

Drupal

Drupal

Rocket.chat

Rocket Chat

mattermost

Mattermost

moodle

Moodle

gitlab

Gitlab

owncloud

Owncloud

plesk

Plesk

Presta

Prestashop

ghost

Ghost

magento

Magento

Create Cloud Servers

If you want a config your own environment, you can create cloud servers instantly. Moreover you can connect cloud servers to your other endpoints and containers.

CentOS

CentOS

Debian

Debian

Ubuntu

Ubuntu

Windows

Windows

Platform Features

SVG

Clusters in seconds

Deploy a Kubernetes or Docker cluster in just a few clicks. Just select the size and location.

SVG

1-Click App Marketplace

Quickly deploy projects using one of our preconfigured 1-Click Apps, like LAMP, Docker, and WordPress.

SVG

Docker Registries

Want to use your own Docker Registry? Integrate it with our platform easily.

SVG

Multi Location

Deploy to any of our data center locations โ€“ New York, Frankfurt, London or Singapore.

SVG

Database Integration

Provision MySQL, Redis, and PostgreSQL databases and integrate it with your software stack in just a few clicks.

SVG

Only Pay for Usage

Unlike other cloud service providers, we do not calculate pricing by allocation. Only pay for real resource usage.

Deployment Options

Image Description Image Description

Stackean Dashboard

With the Stackean PaaS Dashboard, you can quickly deploy your applications to the cloud platform without a necessity to perform any complex configurations.

Marketplace
Clusters
Load Balancers
Web SSH
Task Logs
Billing History
Git Manager
Docker Registries
Import / Export
Built-in CDN
Built-in Let's Encrypt
Multi User
Dashboard Guide
~/stackean/users/authentication/signin --login [email protected] --password L3tme1n --platformUrl https://app.cloud.stackean.com
~/stackean/environment/control/createenvironment --env '{"shortdomain" : "my ruby app", "engine" : "ruby"}' --nodes '[{"nodeType" : "nginx"}]'

Stackean CLI

Stackean command-line interface (CLI) is a tool, designed to simplify interaction with your Cloud Platform account through executing the appropriate commands directly from your local machine.

Installation Guide
JSONObject env = new JSONObject()
.put("ishaenabled", false)
.put("engine", "php5.5")
.put("shortdomain", ENV_NAME);
JSONObject apacheNode = new JSONObject()
.put("nodeType", "apache2")
.put("extip", true)
.put("count", 1);
JSONObject mysqlNode = new JSONObject()
.put("nodeType", "mysql5")
.put("extip", false)
.put("count", 2);
JSONArray nodes = new JSONArray()
.put(apacheNode)
.put(mysqlNode)

Stackean API

Our REST API lets developers automate a set of actions required for an applicationโ€™s lifecycle and extend our platform functionality, by combining other services.

API Docs

Platform Pricing