First Steps with Your Meeky Boost VPS

Official Meeky Boost Documentation

Welcome to Meeky Boost

Congratulations on your new high-performance instance! This guide will walk you through the essential first tasks to ensure your server is secure and ready for production.

1. Access Your Login Data

Upon successful payment, your login credentials (IP address and root password) are sent to your registered email address. You can also view these details in the 'Instances' section of your Meeky Boost Dashboard.

2. Initial Connection

Connect to your server using SSH (Linux/macOS) or PuTTY (Windows). For a detailed walkthrough, see our SSH Connection Guide.

3. Update Your System

The first thing you should do is ensure all system packages are up to date. Run the following command:

apt update && apt upgrade -y