50 tutorials · 1 guides
Deploy Laravel on a Raff Ubuntu 24.04 VM with Nginx and PHP-FPM. Covers PHP extensions, Composer, permissions, HTTPS, and production verification.
Host an app on a VPS with Cloudflare on a Raff Ubuntu 24.04 VM. Covers Nginx reverse proxy, DNS records, HTTPS, UFW firewall, and production checks.
Self-host Invoice Ninja on a Raff Ubuntu 24.04 VM. Covers Docker Compose, MySQL, Redis, Caddy HTTPS, bootstrap setup, backups, and checks.
Deploy Odoo on a Raff Ubuntu 24.04 VM with Docker Compose. Covers PostgreSQL, Caddy automatic HTTPS, database setup, backups, and end-to-end verification.
Deploy Vaultwarden on a Raff Ubuntu 24.04 VM. Covers Docker Compose, Caddy automatic HTTPS, signup lock-down, backups, and end-to-end security checks.
Install Ghost CMS on Ubuntu 24.04 with Nginx, MySQL 8, Node.js 22, Ghost-CLI, HTTPS, systemd, backups, and safe updates.
Learn how to sync files to Raff Object Storage with rclone. Configure S3 access, copy folders, use dry runs, schedule backups, and verify restores.
Back up PostgreSQL to Raff Object Storage with Restic. Create encrypted dumps, schedule retention, check repository health, and test a full restore.
Self-host Plausible Analytics on a Raff Ubuntu 24.04 VM using Docker Compose. Get privacy-friendly website analytics with no cookies, no GDPR consent banners, and full data ownership on your own infrastructure.
Deploy a Next.js application on Ubuntu 24.04 using PM2 for process management and Nginx as a reverse proxy. Covers Node.js setup, build pipeline, PM2 ecosystem config, Nginx proxy, and HTTPS with Certbot.
Install Coolify on Ubuntu 24.04 using the official installer. Secure the dashboard, deploy an app, configure domains, and plan backups and updates.
Self-host Supabase on a Raff Ubuntu 24.04 VM using Docker Compose. Configure PostgreSQL, Auth, Storage, and the Supabase Studio dashboard for a fully private, production-ready backend-as-a-service stack.
Deploy a FastAPI application on Ubuntu 24.04 using Uvicorn, systemd for process management, and Nginx as a reverse proxy. Covers virtual environments, service files, and production-ready configuration.
Set up a WireGuard VPN server on a Raff Ubuntu 24.04 VM. Create a VM, generate keys safely, import a client config, and verify the tunnel.
Learn how to install Caddy on Ubuntu 24.04 and configure it as a reverse proxy with automatic HTTPS. Step-by-step tutorial for self-hosting apps on a Raff VM.
Learn how to add MFA to SSH on Ubuntu 24.04 using libpam-google-authenticator and TOTP. Covers PAM config, KbdInteractiveAuthentication, and multi-user rollout.
Learn how to connect two Raff VMs using a private VPC network. Covers network creation, VM attachment, UFW rules, and bandwidth testing with iperf3.
Learn how to restrict users to SFTP-only access on Ubuntu 24.04 using OpenSSH chroot jails. Covers group setup, directory permissions, and sshd_config.
Connect to Raff S3-compatible object storage using the AWS CLI. This tutorial covers credential setup, bucket operations, file uploads, pre-signed URLs, and lifecycle policies.
Deploy a Django application on a Raff Ubuntu 24.04 VM with Gunicorn as the WSGI server and Nginx as a reverse proxy. Covers virtualenv, systemd service, static files, and production security.
Deploy a production-ready Node.js application with PM2 process manager on a Raff Ubuntu 24.04 VM. Covers cluster mode, Nginx reverse proxy, zero-downtime reloads, and startup persistence.
Deploy a multi-container application with Docker Compose on a Raff Ubuntu 24.04 VM. This tutorial covers a Node.js app with PostgreSQL and Redis using Compose profiles, health checks, and named volumes.
Automate server backups on a Raff Ubuntu 24.04 VM. Covers backup scripts, cron scheduling, rsync off-server sync, retention, monitoring, and restore testing.
Install MongoDB 8.0 on Ubuntu 24.04 from the official repository. Enable authentication, create an app user, verify CRUD, and secure port 27017.
Install Caddy web server on a Raff Ubuntu 24.04 VM with automatic HTTPS. This tutorial covers installation, site configuration, automatic Let's Encrypt certificates, reverse proxy setup, and comparison with Nginx.
Install MariaDB 10.11 on Ubuntu 24.04, secure root access, create an app database and user, verify CRUD, and protect port 3306.
Install Prometheus and Grafana on a Raff Ubuntu 24.04 VM for server monitoring. This tutorial covers Prometheus setup, Node Exporter for system metrics, Grafana dashboards, and alerting.
Install Python 3 and pip on a Raff Ubuntu 24.04 VM. This tutorial covers the default installation, virtual environments, pip package management, and running your first Python script.
Install and configure fail2ban on a Raff Ubuntu 24.04 VM. This step-by-step tutorial covers SSH jail setup, custom ban rules, log monitoring, and integration with UFW.
Deploy Portainer CE on a Raff Ubuntu 24.04 VM using Docker. This tutorial covers installation, HTTPS setup, container management, and connecting to Docker Compose stacks.
Deploy Gitea on a Raff Ubuntu 24.04 VM with Docker Compose. This tutorial covers setup, database configuration, Nginx reverse proxy, HTTPS with Let's Encrypt, and creating your first repository.", "metaTitle": "Deploy Gitea on Ubuntu 24.04 | Raff Technologies
Set up SSH keys on Ubuntu 24.04 with Ed25519, ssh-copy-id, ssh-agent, safe password disabling, OpenSSH drop-ins, troubleshooting, and key rotation.
Install Redis on Ubuntu 24.04, enable authentication, test cache operations, configure persistence and eviction, and secure port 6379.
Install and configure WireGuard VPN on a Raff Ubuntu 24.04 VM. This step-by-step tutorial covers server setup, client configuration, key generation, and secure tunneling.
Secure Nginx on Ubuntu 24.04 with Let's Encrypt and Certbot. Verify DNS, enable HTTPS redirects, test renewal, and add HSTS safely.
Install MySQL 8.0 on Ubuntu 24.04, keep root on auth_socket, create an app database and user, verify CRUD, and secure port 3306.
Learn how to install Node.js and npm on Ubuntu 24.04 in 10 minutes with 3 easy methods: NodeSource, nvm, and the default repository. Includes verification steps and your first HTTP server setup.
Build a remote development VM with code-server and Tailscale on Ubuntu 24.04. Create a secure browser IDE on a Raff VM without exposing it publicly.
Harden an Ubuntu 24.04 server with SSH keys, safe OpenSSH drop-ins, UFW, automatic security updates, service auditing, Fail2Ban, and recovery planning.
Set up a LEMP stack on Ubuntu 24.04 with Nginx, MariaDB, and PHP 8.3. Configure a secure database user, PHP-FPM, and an Nginx server block.
Deploy Open WebUI with Ollama on a Raff Ubuntu 24.04 VM for a self-hosted ChatGPT alternative. Run local AI models privately with a full web interface.
Self-host n8n on Ubuntu 24.04 with Docker Compose, PostgreSQL, Nginx, HTTPS, execution pruning, security auditing, backups, and safe updates.
Set up UFW on Ubuntu 24.04 without losing SSH access. Configure IPv4 and IPv6 rules, web ports, source restrictions, logging, and Docker caveats.
Install WordPress on Ubuntu 24.04 with Nginx, PHP 8.3, MariaDB, secure file permissions, and a free Let's Encrypt TLS certificate.
Learn how to deploy the OpenClaw AI Agent on Ubuntu 24.04 using the official npm installer. Set up your self-hosted AI agent with Telegram integration, community skills, and persistent memory for enhanced AI functionality.
Install and configure Nginx on Ubuntu 24.04: UFW firewall, custom server block, logs, the latest-version option from nginx.org, and a clean uninstall.
Install PostgreSQL 18 on Ubuntu 24.04 from the official PGDG repository. Create a database and role, verify SCRAM authentication, and run a CRUD test.
Install Nextcloud on a Raff Ubuntu 24.04 VM. Covers Apache, MariaDB, PHP 8.3, HTTPS, cron jobs, caching, file upload, and admin checks.
Deploy Uptime Kuma with Docker on a Raff Ubuntu 24.04 VM. Covers Compose, Caddy HTTPS, admin setup, monitor creation, and dashboard verification.
Install Docker Engine and Docker Compose on Ubuntu 24.04 from Docker’s official APT repository. Verify the service, learn basic commands, and uninstall cleanly.
The tutorials, guides, and comparisons we publish, rounded up in one weekly email. Unsubscribe anytime.
Spin up a Linux or Windows server and follow any tutorial here on real infrastructure. RDP and SSH ready, 14-day money-back guarantee.
Deploy a server