Launch Your First Cloud Instance in Algeria in 2 Minutes

AT Armonika Technical Team · 5 min read
Launch Your First Cloud Instance in Algeria in 2 Minutes

Published  March 10, 2025

Abstract

Step-by-step guide to creating your first cloud server in Algeria on Armonika Cloud. From sign-up to deployment: 2 minutes flat.

Creating a cloud server in Algeria on Armonika Cloud takes no more than 2 minutes. No international credit card, no complex network configuration: your instance is ready in a few clicks. This step-by-step guide takes you from sign-up to first ping, with corresponding screenshots.


What You Need Before You Start

  • A web browser (Chrome, Firefox, or Edge)
  • A professional email address
  • An Algerian phone number for MFA verification
  • A payment method: DZD bank transfer, CIB card, or Eddahabia

That's it. No international Visa card, no prior AWS account.


Step 1: Create Your Armonika Cloud Account

Go to armonika.cloud and click "Create Account".

Fill in the registration form:

  • Full name and professional email address
  • Organization name (personal accounts are also supported)
  • Algerian phone number (used for MFA verification)
  • Secure password (minimum 12 characters)

You'll receive a confirmation email within 2 minutes. Click the validation link.

🔐 MFA enabled by default: Armonika Cloud automatically activates multi-factor authentication to protect your account. You'll receive an SMS verification code at each login.


Step 2: Configure Your Workspace

On first login, the Armonika Cloud dashboard welcomes you. Before launching an instance, configure two things:

SSH Key (recommended) An SSH key lets you connect to your instance securely without a password:

  1. Go to Security > SSH Keys
  2. Click "Add SSH Key"
  3. Paste your public key (generated with ssh-keygen on your machine) or let Armonika generate one

Virtual Network A private virtual network (VPC) is automatically created for your organization. For advanced configurations, create custom subnets under Network > VPC.


Step 3: Launch Your First Instance

The main step. In the left menu, click Instances > New Instance.

Choose the System Image

Armonika Cloud offers the following official images:

  • Ubuntu 20.04 LTS, 22.04 LTS (recommended for beginners)
  • Debian 11, 12
  • CentOS 9 Stream
  • Rocky Linux 9
  • Windows Server 2022 (license included)
  • Custom images (import your own image)

For this guide, select Ubuntu 22.04 LTS.

Choose the Instance Type

Select an instance type based on your needs:

Use Case Recommended Instance vCPU RAM
Testing / development ARM-S1 2 4 GB
Web application ARM-S2 4 8 GB
Database ARM-M2 4 32 GB
Machine learning ARM-G1 16 64 GB + GPU

For this tutorial, ARM-S1 (2 vCPU / 4 GB RAM) is perfect.

Configure Storage

A 50 GB SSD disk is included with the ARM-S1 instance. You can add additional volumes:

  • Click "Add Volume"
  • Choose size (GB) and type (standard SSD or high-performance NVMe SSD)
  • The volume is automatically attached to your instance

Configure Network and Firewall Rules

In the Network section, configure firewall rules:

  • SSH (port 22): check if you want command-line access
  • HTTP (port 80): check for a web server
  • HTTPS (port 443): recommended for production

⚠️ Best practice: only open strictly necessary ports. You can modify rules at any time without rebooting.

Select Your SSH Key

Under Authentication, select the SSH key added in Step 2. If you don't have one, Armonika Cloud can generate a key pair — download the private key immediately and store it safely.


Step 4: Launch and Connect

Click "Launch Instance". Deployment takes less than 60 seconds.

The dashboard shows your instance status in real time:

  • 🟡 Starting — provisioning in progress
  • 🟢 Active — your instance is ready

SSH connection (Linux/macOS):

ssh -i ~/.ssh/your-private-key.pem ubuntu@YOUR-PUBLIC-IP

SSH connection (Windows): Use PuTTY or Windows Terminal with the same command.

Remote desktop connection (Windows Server): Use the built-in Windows RDP client with your instance's public IP address.


Step 5: Your Instance Is Running — What Next?

In under 2 minutes, you have an operational cloud server in Algeria. Here are the recommended next steps:

Basic security hardening:

sudo apt update && sudo apt upgrade -y
sudo ufw enable
sudo ufw allow ssh

Install a web server (example):

sudo apt install nginx -y
sudo systemctl enable nginx
sudo systemctl start nginx

Monitoring: Enable Armonika monitoring in your dashboard to visualize CPU, RAM, network, and disk in real time.

Backups: Configure automatic daily snapshots under Storage > Snapshots — an essential habit before going to production.


Your instance is running. Ready to go further? Explore our advanced deployment guides or contact an Armonika engineer to design your production architecture.


Related articles: Migrating From VMware to a Sovereign Cloud · How Much Does a Cloud Server Cost in Algeria?

Found this useful? Share it
AT
Author Armonika Technical Team · DevOps Engineers

Subscribe to Armonika's blog

Engineering deep-dives, product updates, and honest writing.

Related articles

See all articles →
FAQ

All you need to know

Quick answers to help you get the most out of your cloud workspace

What's the difference between Armonika's Cloud and HYP ?

Armonika Cloud is a cloud you build on — managed, self-service, billed by the hour. Armonika HYP is a cloud you run — bare-metal, hyperconverged, deployed in your own datacenter.

Where is my data physically hosted ?

Entirely in Algeria. Every Armonika region runs in Algerian datacenters and is governed by Algerian law — your data never leaves the country or crosses a foreign border.

What workloads can I run ?

Anything from a single VM or container to GPU-accelerated AI training, managed databases, and full Kubernetes clusters. Compute, storage, networking, and orchestration are all available from one console and a unified API.

Is Armonika built on open source ?

Yes. Armonika is built entirely on open standards and open-source foundations — no proprietary lock-in. You can move workloads in and out freely and keep using the tools your team already knows.

How do I migrate workloads from VMware, OpenShift, or another cloud?

Armonika HYP is image- and API-compatible with common virtualization and container platforms. You can import existing VM images, containers, and Terraform definitions, and our team helps plan low- to zero-downtime migrations from VMware, OpenShift, or other clouds.

What is Timpani, and how is it different from existing IDS solutions?

Timpani is Armonika's sovereign intrusion-detection system. It runs real-time behavioral, signature, and heuristic inspection on every workload by default — not as an add-on — and integrates bidirectionally with your security groups to block threats and isolate instances automatically.

Can Armonika integrate with my existing identity provider (OIDC, SAML, LDAP)?

Yes. Armonika supports single sign-on via OIDC, SAML, and LDAP, so you can connect your existing identity provider and manage access with the roles and policies you already have.

Have more questions ?

Contact our support team

Contact us

The cloud is ready. Are you?

Your first instance is live in under 2 minutes. Load your wallet and go.