Developer & Systems Reference

Documentation &
Systems Guide.

Technical guides for instance provisioning, Ed25519 SSH keys, UFW/iptables firewalls, automated snapshots, reverse DNS, and server migrations.

01 • AUTHENTICATION

SSH Key Authentication (Ed25519)

Generate high-entropy Ed25519 keys and add your public key to your instance for passwordless root logins:

# Generate local Ed25519 keypair
ssh-keygen -t ed25519 -C "admin@yourdomain.com"

# Copy key to your SlikWeb server
ssh-copy-id -i ~/.ssh/id_ed25519.pub root@<SERVER_IP>
02 • NETWORK SECURITY

UFW Firewall & Port Hardening

Restrict inbound traffic to essential management ports and Cloudflare proxy IPs:

# Set default firewall policies
sudo ufw default deny incoming
sudo ufw default allow outgoing

# Allow SSH and Web traffic
sudo ufw allow 22/tcp
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw enable
03 • STORAGE & IOPS

NVMe I/O & IOPS Benchmarking

Verify pure NVMe Gen4 read/write speeds using standard Linux benchmarking tools:

# Test 4K random write IOPS with fio
fio --name=randwrite --rw=randwrite \
    --ioengine=libaio --direct=1 --bs=4k \
    --size=1G --numjobs=4 --runtime=30 \
    --group_reporting
04 • DNS & NETWORKING

Custom Reverse DNS (PTR)

Configure custom PTR records for mail server deliverables (SPF/DKIM/DMARC) and hostname verification:

# Verify active PTR record
dig -x <YOUR_SERVER_IP> +short

# Expected output: mail.yourdomain.com
05 • DISASTER RECOVERY

Instance Snapshots & Backups

Automated nightly snapshot policies capture consistent block-level filesystem states. Snapshots are stored off-hypervisor on isolated storage clusters for one-click rollback.

06 • PLATFORM SUPPORT

Supported Operating Systems

Deploy pristine base images or mount custom bootable ISOs:

Linux: Ubuntu 24.04/22.04 LTS, Debian 12, AlmaLinux 9, Rocky Linux 9, Arch Linux
Windows: Windows Server 2025 Standard, Windows Server 2022 Standard
Custom ISO: Mount any x86_64 bootable image via console
Instant Server Deployment

Build on infrastructure
that doesn't get in your way.

Deploy bare metal performance, NVMe cloud servers, or migrate mission-critical workloads with our expert engineering team.