Member-only story
Learn how to set up Coolify on a RackNerd VPS to streamline your development workflow with easy app deployment, monitoring, and management. This guide walks you through the installation process step by step.
How to Install Coolify on Your RackNerd Server
So, you’ve got your hands on a RackNerd server and you’re ready to install Coolify? Awesome! Let’s dive in.
Buy Rack nerd — 15%OFF
Step 1: Connect to Your Server via SSH
- Open Command Prompt on Windows:
- Hit Win + R, type
cmd
, and press Enter.
2.SSH into Your Server:
ssh root@XXX.XXX.XXX.XXX -p 22
- Replace
root
with your username andXXX.XXX.XXX.XXX
with your server’s IP address. The-p 22
specifies the SSH port.