this post was submitted on 17 Jun 2025
42 points (92.0% liked)

Selfhosted

60048 readers
712 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I am looking for a solution for my students who all have Chromebooks (which are locked down).

Their opportunities will be greatly expanded if they had access to Windows-based software (Blender, Unreal Engine, 3D slicing software, etc.,).

I have access to a couple desktop machines that I could host virtual boxes on if there was some way for them to remote into them through a web browser.

Is that something that is possible, and where would I get the information to get started hosting something like that?

If not, are there any alternative solutions that do not require a paid subscription?

you are viewing a single comment's thread
view the rest of the comments
[–] catloaf@lemm.ee 3 points 1 year ago (1 children)

The apps you list need decent gpu and gpu doesn’t virtualize well.

That's not really true any more. To actually get it working, especially sharing a GPU between multiple VMs, is finicky, especially if you're not using the very narrow supported configuration and expensive enterprise hypervisor features. But it is possible, and you can find plenty of articles from people who have gotten it working.

But I still wouldn't recommend it. I'd give one whole GPU to one VM with PCI passthrough, and let multiple users remote in. Hopefully the apps support that.

[–] Brkdncr@lemmy.world 6 points 1 year ago (1 children)

But I still wouldn't recommend it. I'd give one whole GPU to one VM with PCI passthrough, and let multiple users remote in.

Which is why I’ve made the recommendation I did. Skip virtualization and go straight to remote access.

[–] jacksilver@lemmy.world 2 points 1 year ago

Yeah, that would be my recommendation too. Anything else will produce a worse experience (laggy and slow) and more complexity to get setup/maintain.