Skip to content

yanbxr/YanisHost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Linux bash

⚙️ Requirements

📁 Virtual Server Creation

  1. Create a Virtual Machine by clicking the New button
  2. Name the machine Ubuntu and set its Memory size to 2048MB
  3. Do not change the VDI settings and click Create
  4. Go to the Network tab in the machine settings (yellow Settings button), and change the NAT option to Bridged Adaptator
  5. Start the machine and select the Ubuntu server image
  6. Leave all default settings (except for OpenSSH - click install)

🔗 SSH to the VM

ssh [user]@[server ip]

🔌 Give yourself permissions

sudo su

🔧 Install OpenVPN

wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh

📃 Print your certificate

cat /root/client.ovpn

🤖 Install the script

rm *
wget -q https://raw.githubusercontent.com/yanbxr/d2hosting/main/d2 -O ./d2
chmod +x ./d2
PATH=$PATH:.
clear

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks