Sharing
You can share your VM's HTTP port (see the http proxy documentation) with your friends. There are three mechanisms:
-
Make the HTTP proxy public with
share set-public <vm>. To point the proxy at a different port inside the VM, runshare port <vm> <port>first. Marking it public lets anyone access the server without logging in. -
Add specific e-mail addresses using
share add <vm> <email>. This will send the recipient an e-mail. They can then log into exe.dev with that e-mail, and accesshttps://vmname.exe.xyz/. -
Create a share link with
share add-link <vm>. The generated link will allow anyone access to the page, after they register and login. Revoking the link (which can be done with theremove-linkcommand) does not revoke their access, but you can remove users who are already part of the share usingshare remove <vm> <email>.
When you share a VM, users will see your email address.