Method/TUT - CREATE FREE RDP | NO CODING REQUIRED[WORKING AND VERIFIED 2023] | SpamTube | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Method/TUT CREATE FREE RDP | NO CODING REQUIRED[WORKING AND VERIFIED 2023]

Method/TUT CREATE FREE RDP | NO CODING REQUIRED[WORKING AND VERIFIED 2023]

LV
2
 

ANOWN

Member
Joined
Sep 18, 2023
Threads
309
Likes
172
Awards
7
Credits
9,362©
Cash
0$
Today, i will show you how you can create your own RDP in less than 15 minutes free of cost. No bullshit way to get your hands on a rdp for your tasks on the go.

Specs :
7GB Ram
26 Cores Intel Processor
275 GB Hard disk



Visit ngrok
https://ngrok.com/
Create an account with an email and verify it.

Visit github
https://github.com/
Create an account with an email and verify it.

After registering click on the + button next to your profile icon and select "new repository"
[Image: image.png]

Enter any name for your repository.

Select private

[Image: image.png]
image uploader

Click on create repository.

After it is created

Next, click on settings
[Image: image.png]

In the side bar click on secrets and variables
Select "Actions" from the drop down menu
[Image: image.png]

Click on new repository secret
[Image: image.png]

In the name field type " NGROK_AUTH_TOKEN"
[Image: image.png]
To get the secret phrase, now go back to ngrok

Click on "your authtoken" from the drop down menu
[Image: image.png]

Copy it and paste it in the github and click on add secret.

Now click on "actions" from the menu list and from there click on "setup a workflow yourself"
[Image: image.png]

Now you will land into a notepad like screen where you have to enter a code.

Copy and paste the below code there :
Code:

name: CI


on: [push, workflow_dispatch]


jobs:

build:


runs-on: windows-latest


steps:

- name: Download

run: Invoke-WebRequest https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip

- name: Extract

run: Expand-Archive ngrok.zip

- name: Auth

run: .\ngrok\ngrok.exe authtoken $Env:NGROK_AUTH_TOKEN

env:

NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}

- name: Enable TS

run: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0

- run: Enable-NetFirewallRule -DisplayGroup "Remote Desktop"

- run: Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1

- run: Set-LocalUser -Name "runneradmin" -Password (ConvertTo-SecureString -AsPlainText "P@ssw0rd!" -Force)

- name: Create Tunnel

run: .\ngrok\ngrok.exe tcp 3389


[Image: image.png]

Click on Start Commit
Then click on commit new file
[Image: image.png]

After it loads
Click on "Actions" from the menu bar
[Image: image.png]

Click on the create main.yml file

You will see an option build , click on it
[Image: image.png]

Congratulations you have successfully created your RDP if you see a screen like this
[Image: image.png]

We just need to make sure all the check marks are done untill run set localuser line, we dont have to care about the create tunnel part

Connection:

Open your remote desktop connection app on PC
[Image: image.png]

Now it will ask you for an IP. To get your ip go to ngrok. Click on "Cloud Edge" from the drop down menu
Then select "Endpoints"
[Image: image.png]

That is your ip. Ignore the HTTPS and the forward slashes shown there and just copy the part after it. You can type it down manually or just click on it and copy it.
[Image: image.png]

Now you need to enter your username and password
Go to the github page
Click on the runner Run Set-open loader, you will find your username and password
[Image: image.png]

By default username and password is same for everyone, only the ip differs
The default username and password are username=runneradmin and password=P@ssw0rd!
[Image: image.png]

login and boom you and in your rdp.

Don't close the Dailog Box with command promt in the rdp, just minimise it or your rdp will close too.
[Image: image.png]
[Image: image.png]




Enjoy !
 
  • Like
  • Worked
Reactions: xsanochỲ, fognayerku, H08n4H and 1 other person
LV
1
 

H08n4H

Member
Joined
May 30, 2021
Threads
21
Likes
216
Awards
4
Credits
7,632©
Cash
5$
Crax.Shop UG
H08n4H
Thread self explanatory .. Thanks Bro for the work
That's what I called a really good share . . .
Keep up !
 
Last edited:
LV
2
 

3N1GM4

Member
Joined
Jun 27, 2021
Threads
35
Likes
493
Awards
5
Credits
2,001©
Cash
6$
Quite an impressive and well-detailed tutorial. You are a true example of what HQ thread should look like. Thank you for this!
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top Bottom