Skip to content

Cikappa2904/VMwareRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VMwareRemote

What is it?

VMwareRemote (temporary name), is a tool written in Python that let's you see a list of your VMware VMs inside a web browser, in order to use them in another computer on the same network.

What it ISN'T?

VMwareRemote DOES NOT let you remote control a running VM, for that you may want to use a VNC Client and the built in VNC Server of VMware Workstation.

Roadmap

  • Config File
  • Linux Support
  • GUI Installer
  • VM Creation
  • VM Cloning
  • VM Editing
  • Enabling VNC
  • Running VMware Player VMs
  • Decent look
  • Automatic Updater

Compatibility

  • Host OS: Windows, Linux
  • VMware: Workstation 16, Player 16 (with limitation)

How to run

Install Python (either from the MS Store or from the official website) and Pip.
In a terminal (CMD or PowerShell) type:

pip install flask

1. Using shell script

Run start.bat/start.sh from the copied folder

2. Using terminal

Open a terminal in the folder you clone the repo into and run this 2 commands:

Windows

$env:FLASK_APP = "server"
flask run

Linux

export FLASK_APP=server
flask run

Sometimes flask run may not work so try:

python3 -m flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages