In this video i take you step by step throgh creating a Kali Linux VPS fom the offical ISOS. Then accessing its desktop through RDP using tho linux xrdp package. We are going to use a Contabo VPS as they give you a massive 8GB of RAM and 4 CPUs all for less than 10 Dollars a month. Most importantly however they have just implemented custom images, which will allow us to get the official Installation ISO and Boot from that. Hardly any VPS providers allow you to boot from your own ISOs.
Contabo VPS Link : https://cloudtechlinks.com/V18-Contab...
======================================================
If you are looking for a particular video try,
1) Channel : https://cloudtechlinks.com/YTChannel
2) then : https://cloudtechlinks.com/All-Videos
======================================================
COMMANDS USED IN VIDEO
----------------------
When in VNC
In Terminal type (as cut +paste doesnt work in plain VNC) :
sudo apt-get update
sudo apt-get install ssh
sudo systemctl enable ssh
sudo reboot
When in SSH :
sudo apt-get install ufw
sudo apt-get install xrdp
sudo sed -i 's/#Port 22/Port 62222/g' /etc/ssh/sshd_config
sudo less /etc/ssh/sshd_config
sudo sed -i 's/port=3389/port=63389/g' /etc/xrdp/xrdp.ini
sudo less /etc/xrdp/xrdp.ini
sudo systemctl enable xrdp
sudo rm /usr/share/polkit-1/actions/org.freedesktop.color.policy
sudo ufw status numbered
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow 62222
sudo ufw allow 63389
sudo ufw enable
sudo ufw status numbered
sudo reboot
Watch video How to create a Kali Linux VPS from the Official ISOs and access via RDP using Custom Images online without registration, duration hours minute second in high quality. This video was added by user Cloud Tech 15 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,431 once and liked it 170 people.