Special Offer: Save Upto 10% on Game Servers & Bot Hosting
VPS Hosting3 min read

Getting Started with Your Endercloud VPS

First-login checklist for a fresh Linux VPS, secure it before you build.


Introduction

A fresh VPS is a blank slate. Before you install anything, do the security basics. This checklist takes 10 minutes and prevents 99% of "my server got hacked" tickets.

First-Login Checklist

  1. 1SSH in as root with the password emailed to you
  2. 2Update everything:
   apt update && apt upgrade -y
  1. 1Set the timezone:
   timedatectl set-timezone Asia/Kolkata
  1. 1Set a hostname:
   hostnamectl set-hostname myserver
  1. 1Reboot:
   reboot

You now have a patched, named, time-correct box.

Next Things to Do

Useful Diagnostic Commands

  • htop, live CPU/RAM usage
  • df -h, disk space per partition
  • free -h, RAM and swap
  • uptime, load average and uptime
  • journalctl -xe, recent system errors

Tip: Bookmark your VPS's IP, you'll type it a lot.

Warning: Don't run unknown scripts as root. curl | bash is convenient and dangerous.

Need More Help?

First time on Linux? Our Discord has a #vps channel with friendly humans.

Was this helpful?

Your feedback helps us write better guides.

Related Articles

More from VPS Hosting.

Still need help?

Our team is on Discord around the clock. Real humans, real answers.