🚀 New: Next.js 15 App Router Course is live!Enroll now
Back to Articles
Web DevelopmentJanuary 21, 20251 min readVinod Thapa

Setting up VPS

Share:
WEB DEVELOPMENT

SSH (Secure Shell) is a protocol used to securely connect to remote computers or servers over a network. You can interact with it via ssh program which comes by default on Linux, macOS,…

Introduction to SSH

SSH (Secure Shell) is a protocol used to securely connect to remote computers or servers over a network. You can interact with it via ssh program which comes by default on Linux, macOS, and on Windows.

Connecting to VPS using SSH*

SSH can be used to connect to your VPS.

ssh root@62.72.59.218
// Here, root is username. That's what was given by hostinger to us.
// It might be different based on your VPS provider.
// Content after `@` is IP Address of VPS server.

asdfasdf

V

Vinod Thapa

Senior Software Engineer & Mentor

Share Article:

Get more articles like this

Subscribe to our newsletters to receive fresh visual frameworks breakdowns, setup notes, and free source code templates weekly.