How to set up your vps server and create your own website with full admin rights, and domain. 2026

Опубликовано: 01 Июль 2026
на канале: The Sloth
439,664
19

#howtomake #website #linux #vpstutorial #vps #index #html #beginner #noob #total #producer #proplayer #professional #development #developer #linux #server #admin #domainexpansion

Hello! Welcome to my video.
This is how I created my own website using linux and VPS, and then added a domain on top of it.

Early in the video I told I would write commands here in the description:

Command prompt:
D:\parrentfolder\mysite\
(where you have index.html stored)
add a folder here called "images"
then move/copy your pictures to this folder.
upload from cmd to VPS by writing:
cd D:\parrentfolder\mysite\ #Then write
scp -r mysite "root"@"vpsIP":/var/www/html/

Change "VPS-IP" with your VPS server IP address.
for example: Change "scp -r mysite "root"@"10.0.0.5":/var/www/html/

Then after they uploaded, go to your VPS server by using Putty(and WINSCP if you got it, I recommend it)
The destination on the VPS is usually something like /var/www/html/
(so root/var/www/html) if using winscp.

See if your images file and index file got uploaded to the www folder, it should have a file inside called Index.html (with your website html code),
and a images folder with your pictures inside)

I am not able to write the html code into the description. But this file is very simple and you should find it with a google search. Just make sure the pictures lke this:

img src="images/barcelona.JPG" alt="Barcelona"
img src="images/bitcoinstreet_apps.JPG" alt="Bitcoin Street Apps"
img src="images/bitcoinstreet.PNG" alt="Bitcoin Street"

#VPSOppsett #LinuxVPS #VPSTutorial #UbuntuVPS #LinuxTutorial #VPSHosting #UbuntuServer #ServerOppsett #WebHosting #CloudHosting #DomeneOppsett #LetsEncrypt #Nginx #SSHGuide #BeginnerVPS #VPS2026 #HetznerVPS #DigitalOcean #LinuxBeginner #sysadmin