Back to Documentation

Getting Started with Serviuz

Welcome to Serviuz! This guide will help you set up your first server and deploy your application.

Quick Start Guide

1

Installation

Install Serviuz CLI and dependencies

npm install -g @serviuz/cli
2

Authentication

Set up your account and API keys

serviuz auth signin
3

Server Setup

Create your first server

serviuz server create --name my-first-server --type basic
4

Deployment

Deploy your first application

serviuz deploy --server my-first-server

What's Next?

  • Explore server management features
  • Set up monitoring and alerts
  • Configure security settings
  • Add team members and manage permissions