Docs

Getting Started with VPS

Step-by-step guide to deploying and configuring your first VPS server on Lexoya.

Creating a Server

Connecting via SSH

ssh root@<your-server-ip>

Post-Deployment Setup

Update Your System

apt update && apt upgrade -y

Configure a Firewall

ufw allow OpenSSH
ufw enable

Enable Automatic Security Updates

apt install unattended-upgrades -y

Related