Best remote access program (AnyDesk, HelpWire, etc.) would be best for this case use ?
Hello, I'm going on vacation soon. I've built this python app on my desktop pc (running on windows) that I need to access remotely every day. The only computer I'll have during this vacation is my work laptop computer, I can't install anything on it. Which…
Hello, I'm going on vacation soon. I've built this python app on my desktop pc (running on windows) that I need to access remotely every day. The only computer I'll have during this vacation is my work laptop computer, I can't install anything on it. Which remote access program would you suggest that ; -Only need to be installed on the desktop -I could use a web browser on the laptop to remotely access the desktop -Would not require authorization of access from the desktop as no one would be there - ideally free or low price, it's just for a week. Is there one I can use like this and you would recommend ?
已收录讨论
You're not really going on vacation. Also, if you don't have explicit authorization from your employer to do this, don't do this.
This is the correct answer
If you're org is good it would be blocked
https://www.gl-inet.com/en-us/products/gl-rm10
I don't want to see or touch a computer if I'm on vacation. The entire point is to stop thinking about it.
ha. I read it as the OP wanting to install it in his home desktop. they're not clear but assumed the since they can't install anything the laptop the desktop mustn't be a work machine.
Yeah my desktop is my personal computer, none of this is related to work. Its just that the only laptop I can bring is my work laptop. I don't work in IT either.
Talk to your IT dept.
I would feel so incredibly cheated to go on vacation and bring a work laptop. I might miss some personal coding projects I was working on, but that's often the best time to sit down with a notepad and really think about next steps without the distraction of just getting stuck into the minutiae of solving it all
I don't work in IT. From what I gather from the replies using the work laptop browser even without installing anything on it would be bad. Would it work with my cellphone instead (Android), it's not a work phone, my personal one. If so which program do you recommend if I use my cellphone ?
If my organization saw this or heard of this happening, it is a career improvement opportunity
I assume you are not in IT. Do not do this from your work computer.
This sounds like a wonderful vacation!
Dude Talk to your IT dept
Obligatory "what are we solving here" requirements ask: Does it need. NEED. to run on your desktop, based on some physical/geographical requirement within your home? Google Cloud and AWS have such a solid free tier offering that you can run a $0 virtual machine year round and access it from wherever you choose to expose it to, which is already cheaper than leaving your PC on 24/7 depending on your resource requirements
"Why" do you need to access it every day? What are you doing that can't be automated? Also, is this a personal Python app running on a personal machine, and you want to connect to it from your work machine? If so, good luck, and be prepared for IT to have some things to talk to you about once you're back lol If it is personal on personal hardware, then just use your phone to access it to do whatever it is you need to do -- no need to involve your work computer at all.
Hate saying it but Chrome remote desktop?
install rustdesk on your desktop and cell phone. skip the work laptop use cell phone to remote into desktop
SSH would be your best bet. It can run on your work laptop CMD shell without admin privileges. Make sure you use key-based auth and don't open the default port 22 on your desktop that is receiving the SSH request. And then make sure to close the port when your return home.
Consider a KVM over IP. It is a hardware device that you attach to your PC. Then you access this device securely over a network. This one has Tailscale built in so you don’t have to deal with a traditional VPN.
1.Install Cloudflare tunnel on your desktop at home. 2.Configure Cloudflare access. 3. Using any browser on any device aka work laptop, access RDP in the browser via the site domain name configured for RDP. https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/use-cases/rdp/rdp-browser/