Getting Rapptor

By obtaining Rapptor you agree to Rapptor's terms and conditions, license and privacy policy.

Installation

  1. Obtain suitable (DMCA ignored/offshore VPS) hosting with the following minimum specs:

    • Debian 11 or later
    • 1.5 GB ram
    • 10 GB storage (20GB+ recommended to install apps)

    If you require hosting see our list of DMCA-ignored hosting providers.

  2. Locate your server's IP address and root password (it may be in your hosting setup email - or in your hosting control panel)
  3. Run this command to install Rapptor on your hosting.

    Part of the install script involves generating certificates. Normally this takes around 45 seconds but it can take longer. If the script becomes unresponsive during this time run it again after 30 mins.

    Windows

    • Press
      Windows key
      +
      R
      then 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/install.sh ^| bash"

    Mac/Linux

    • Open the 'Terminal' app
    • Enter the following command:
      echo -n "Enter server IP: " && read IP && ssh -o "StrictHostKeyChecking accept-new" root@$IP "curl -s https://raw.githubusercontent.com/93million/rapptor/refs/heads/master/bin/install/install.sh | bash"
  4. After the installation script has completed a URL is displayed in the Terminal. Open the URL in a browser to choose a Rapptor domain and finish setting up Rapptor

Hosting requirements

  • Debian 11+
  • 1.5 GB ram
  • 10 GB storage
    (20GB+ with apps)

Need hosting?

We have a list of low-cost hosting providers that offer:

  • Monthly contract/no commitment
  • DMCA ignored
  • Payment with crypto
  • Tested with RapptorVPN

From $5πŸ‡ΊπŸ‡Έ / Β£4πŸ‡¬πŸ‡§ / €4πŸ‡ͺπŸ‡Ί per month

Docs

Documentation can be found on GitHub