Free rdp tutorial part 2 of the idx


Free RDP Tutorial - Part 2: Gaining RDP Access

Welcome back to our free RDP tutorial series! If you haven't already, please make sure you've completed Part 1, where we covered gaining root access. You can watch the first part of the tutorial here: https://hacknhost.blogspot.com/2025/09/free-32gb-vps-secret.html

Step 1: Running the commands in IDX

Once you have successfully gained root access in IDX, you will need to run the following commands to set up the RDP environment.

Open your terminal and execute these commands one by one:

1) apt install curl
2) curl -s https://raw.githubusercontent.com/abdalla435/VPS-Pterodactyl-EGG/main/vpsfree.sh > main.sh && bash main.sh

Step 2: Note the RDP Port

After the script finishes running, your RDP will be set up. The default RDP port is:

RDP Port: 3389

Step 3: Using Pinggy.io to create a tunnel

To access your RDP from outside, you'll need to create a secure tunnel. We will use pinggy.io for this purpose.

Navigate to pinggy.io and copy the TCP address for port 3389. It should look something like this:

ssh -p 443 -o StrictHostKeyChecking=no -o ServerAliveInterval=30 -R0:127.0.0.1:3389 tcp@a.pinggy.io

Now, you can use this command in your local terminal to establish the connection and access your RDP!