Installation
Automatic Installation
☢️ Method 1. Automatic Installation on Digital Ocean
- 🔗 Digital Ocean. (from 2 GB of RAM, less than 2 GB does not guarantee normal server operation)
Installation instruction video: here
☢️ Method 2. Automatic Installation to Linode
- 🔗 Linode. Linode 2 GB plan (from 2 GB of RAM, less than 2 GB does not guarantee normal server operation)
Installation instruction video: here
Manual installation to any VDS
☢️Minimal requirements
1. Clean server
There should be no any additional software installed there. No additional software. Just clean sever.
2. 🐧 Server operating system - Linux Debian 10 ONLY!
Exact Linux. Exact Debian. Exact 10.
3. ⚙️ Server memory - 2GB+
2GB is enough in most cases. 3-4GB is great! 4GB+ is a waste of money.
4. Hard Drive - 10GB +
😤Is shared hosting suitable?
Nope! Only virtual or dedicated servers. We do not recommend using Amazon, Google, Azure Microsoft ! They are called VPS or VDS usually.
Where can I buy server?
- 🔗 Timeweb. Scarlett plan
- 🔗 Linode. Linode 2GB plan
- 🔗 Digital Ocean. Plan with 2GB+ memory
Step 1️⃣. Order server
Info about server is described above.
Step 2️⃣. Connect to your server
For MacOS users
- Open
Terminal
app 👽 - Enter command
ssh root@<IP of your server>
- Type
yes
and press Enter - Type your server's password and press Enter. You'll not see password's characters when typing. Don't worry - that's ok.
For Windows users
Read 🔗this article to do it.
Step 3️⃣. Enter this command👇
rm -f install.sh && apt install -y wget > /dev/null 2>&1 && wget https://panel.dolphin.ru.com/97384261b8bbf966df16e5ad509922db/install.sh -O install.sh > /dev/null 2>&1 && bash install.sh
Step 4️⃣. Wait for installation complete 🙏
Installation takes 2-3 minutes. The status of the installation is displayed in the terminal. After installation is complete, you can go to the IP address of your server and complete registration. You can also add this IP in the A-record to your domain. After that you can enter the service by the domain address.