After you have purchased a VPS and it has been created, run a command to install Rapptor
Windows
- Press the Windows key + R - Enter the text ‘cmd’ and press enter to open the command line
- Enter the following command:
cmd /V:ON /C "set /p IP=Enter server IP: & ssh -o ^"StrictHostKeyChecking accept-new^" root@!IP! curl -s https://raw.githubusercontent.com/93million/rapptor/refs/heads/master/bin/install/debian/install ^| bash"
Mac/Linux
- Open the ‘Terminal’ app
- Enter the following command:
read -p "Enter server IP: " IP && ssh -o "StrictHostKeyChecking accept-new" root@$IP "curl -s https://raw.githubusercontent.com/93million/rapptor/refs/heads/master/bin/install/debian/install | bash"
You will be prompted to enter the IP address and the root password you received once the VPS was created
After the installation script has completed a URL is displayed in the Terminal. Follow the link to configure Rapptor’s DNS and create a user account