Giter Site home page Giter Site logo

rdp-free's Introduction

RDP Windows, Ubuntu & MacOS

download Screenshot-2022-08-23-15-00-05-79

TahaluIndo X Rdp BOT

OS - Windows OS - Ubuntu OS - MAcOS

Untuk Kalian Yang Awam Atau Gak Ngerti Cara Installnya Cek Disini https://m.youtube.com/watch?v=CzDjWzNhLXM&t=139s

  • RDP Windows,MacOS,Ubuntu,Vps Gratis 6 Jam / 12 Jam

  • Buat RDP Windows 10 Ram 7GB 2 Core Cpu Dengan Github:

  • Tekan Tombol Fork untuk membuat RDP (Bagi Pengguna Android/HP Disilahkan Pake Mode Desktop).

  • kunjungi https://dashboard.ngrok.com untuk mendapatkan NGROK_AUTH_TOKEN

  • Di Dalam Repo ini Pergi ke Settings> Secrets> New repository secret

  • isi Nama: Masukan NGROK_AUTH_TOKEN

  • isi Value: Kunjungi https://dashboard.ngrok.com/auth/your-authtoken Copy Dan Paste di dalam value

  • Tekan Add secret

  • Pergi Ke Action <Klik Select workflow< Pilih Yang Tersedia,Pencet Run workflow

Tampilan Gambar kek gini Screenshot-2022-08-23-16-34-11-73

  • Setelah Mode Desktop Maka Tampilan Seperti ini click gambar untuk ke Linknya Screenshot-2022-08-23-16-38-33-63

  • Refresh Web/halaman dan masuk ke pilihan mu> klik build

  • Tampilan runworklow isi Ngrok Auth Token dapatkan disini https://dashboard.ngrok.com/auth/your-authtoken Screenshot-2022-08-23-16-41-13-52

  • Tunggu 1-5 menit

  • Tekan Tombol panah menghadap ke bawah Yg bertuliskan (Connect RDP.) Untuk Mendapatkan IP, User, Password.

Cara Install RDP Lainnya.

Ngrok Rekomendasi Untuk Android (RDP)
  • Click Fork in the right corner of the screen to save it to your Github.
  • Visit https://dashboard.ngrok.com to get Ngrok Auth Token.
  • In Github go to Action> Windows (Ngrok RDP)> Run workflow.
  • In Value: visit https://dashboard.ngrok.com/auth/your-authtoken Copy and Paste Your Authtoken into.
  • Password minimum 8-10 with numbers and characters leave blank if you want to use automatic password.
  • Press Run workflow.
  • Reload the page and press Windows (Ngrok RDP)> build.
  • Press the down arrow on Account for Connect to your RDP to get IP, User, Password.

Google Remote Desktop. (G R D )
  • Visit https://remotedesktop.google.com/headless to get Google Remote Desktop Code.
  • Click Start> Next> Allow> Copy Windows (Windows PowerShell) / Ubuntu (Debian Linux).
  • In Github go to Action> Windows/Ubuntu (Google Remote Desktop)> Run workflow.
  • In Value: Paste Code.
  • Press Run workflow.
  • Reload the page and press Windows/Ubuntu (Google Remote Desktop)> build.
  • Wait and visit https://remotedesktop.google.com/access to connect rdp.

Ngrok Untuk TeamViewer Di PC (NVC Viewer)

❕ TIPS
Use the te teamviewer to avoid the lag. Tidak Rekomendasi Karena Lag


Ubuntu Desktop ( V P S )

Ubuntu Desktop Pada Server.

Number Code Desktop Time Install
1 ubuntu Ubuntu 5-7 Minutes
2 ukui UKUI 3-5 Minutes
3 lxde LXDE 3-5 Minutes
4 mate Mate 4-7 Minutes
5 budgie Budgie 7-9 Minutes
6 kdep KDE Plasma 9-11 Minutes
7 deepin Deepin 2-4 Minutes
8 xfce XFCE 2-4 Minutes
9 cinnamon Cinnamon 6-8 Minutes
10 unity Unity 5-9 Minutes
11 xubuntu Xubuntu 15-19 Minutes
12 kubuntu Kubuntu 13-18 Minutes
13 lubuntu Lubuntu 10-20 Minutes
14 studio Ubuntu Studio 11-15 Minutes
15 kylin Ubuntu Kylin 7- 9 Minutes

GitHub followers GitHub stars

Tentang RDP Reverse

Reverse RDP into Windows on GitHub Actions

Ever wonder what the Desktop of the Windows Runners on GitHub Actions looks like?

This functionality is like Appveyor's RDP functionality for their Windows workers:

https://www.appveyor.com/docs/how-to/rdp-to-build-worker/

SECRET KEYS Untuk Setting Github

You need set secrets on settings → (NGROK or CF)

  • CF_DOMAIN For Cloudflare Custom Domain mode
  • NGROK_AUTH_TOKEN Needed only for NGROK mode
  • NGROK_REGION Needed only for NGROK mode (options: us,eu,ap,au,sa,jp,in)
  • PASSWORD RDP password
  • TG_CHAT_ID Telegram user id for get login url
  • TG_TOKEN Telegram bot token for get message from bot

Usage

These steps should be useful for debugging broken builds directly on the build worker. Use this project as reference and toss the steps into your project after some failing part of the build for introspection.

Option 1 (Easiest way 🚑- No sound)

  1. Go https://remotedesktop.google.com/headless and login if needed.
  2. Copy Powershell command that page.
  3. Go actions tab in your forked repo.
  4. Select Chrome Remote Desktop
  5. Trigger action with your desired 6 digit pin and paste command in step 1.
  6. Go again step 1 link in remote Support tab.
  7. When setup finished , you can see the machine in list , write your pin and connect.
  8. Enjoy! ☕
  9. When you're done introspecting, cancel the job.

Option 2 (Easy way 🚘)

  1. Get the tunnel auth token at: https://dashboard.ngrok.com/auth .
  2. Under the repository's settings, make a secrets called NGROK_AUTH_TOKEN, NGROK_REGION,TG_TOKEN, TG_CHAT_ID and PASSWORD
  3. Trigger a NGROK in actions page.
  4. Wait until the last step which will hang forever as it connects to ngrok and sets up the reverse tunnel.
  5. Wait from telegram bot to get url
  6. Connect to the host and port combination with your RDP client of choice.
  7. Use the username runneradmin and use the PASSWORD you set in secrets
  8. Enjoy! ☕
  9. When you're done introspecting, cancel the job.

Option 3 (Harder but better performance ✈)

  1. Download cloudflared.exe
  2. Under the repository's settings, make a secrets called TG_TOKEN, TG_CHAT_ID and PASSWORD
  3. Trigger a cloudflared in actions page.
  4. Wait from telegram bot to get url and copy
  5. Open terminal/cmd and run this: cloudflared-windows-amd64.exe access rdp --hostname url.from.telegram.bot --url localhost:portfromlocal

    You can set any available port to portfromlocal

  6. Then open rdp connect program and run just localhost:portfromlocal
  7. Use the username runneradmin and use the PASSWORD you set in secrets
  8. TADAAAAA!!! low delay more performance ✈

Option 4 (Hardcore but best performance 🚀)

  1. Download cloudflared.exe
  2. Under the repository's settings, make a secrets called CF_DOMAIN ,TG_TOKEN, TG_CHAT_ID and PASSWORD
  3. Trigger a cloudflared_login in actions page.
  4. Wait from telegram bot to get url
  5. Click link and login your Cloudflare account, Select your domain What you want to use
  6. Open terminal/cmd and run this: cloudflared-windows-amd64.exe access rdp --hostname SUBDOMAIN.YOUR.CF.DOMAIN.HERE --url localhost:portfromlocal

    You can set any available port to portfromlocal

  7. Then open rdp connect program and run just localhost:portfromlocal
  8. TADAAAAA!!! low delay more performance 🚀

Useful Info

  • Runners can run jobs for up to 6 hours. So you have about 6 hours minus the minute setup time to poke around in these runners.
  • If using for introspection, add the continue-on-error property to the failing step before these remote connection steps.

Future

Maybe as a GitHub Action? Oh well, this is fairly simple anyway. Or using something more FOSS than ngrok like https://github.com/TimeToogo/tunshell ?

Similar Projects

These projects also allow remote introspection of very temporary environments like in GitHub Actions or other environments.


This repo based on Nelson Chen's reverse-rdp-windows-github-actions repo and much more developed by Kaan Dikeç and Muhammed Galip Uludağ

Thanks for c9ffin for chrome remote desktop idea

Baca Selengkapnya.

⚠️ WARNING
Not for Cryptocurrency Mining.
don't close the starter terminal (Connected to Github). Peringatan jika Rdp close silahkan klik Action<Pilih List Tersedia<Klik build, Klik titik tiga klik run-rensjob dan jalan kan lagi Rdp nya

Speak RDP:

  • RAM: 6GB

  • OS: Windows 10

  • Core:4

Tunnel Servers👻.

  • us - United States (Ohio)
  • eu - Europe (Frankfurt)
  • ap - Asia/Pacific (Singapore)
  • au - Australia (Sydney)
  • sa - South America (Sao Paulo)
  • jp - Japan (Tokyo)
  • in - India (Mumbai)
  • id - Indonesia (Jakarta)

Milik Koleksibot:

  • Jangan Di Perjual Belikan

rdp-free's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.