VM Portal is a modern lightweight UI for oVirt that allows oVirt users to create, start, stop, and use virtual machines.
VM Portal is installed automatically when you install oVirt using Cockpit. Once oVirt is installed, navigate to https://[ENGINE_FQDN]/ovirt-engine and click VM Portal.
Please report bugs and feature requests to the GitHub issue tracker.
Use the oVirt Users forum / mailing list for general discussion or help.
VM Portal can run standalone in a container and connect to any oVirt 4.3 engine. This is useful for testing and debugging. Run:
docker run --rm -it -e ENGINE_URL=https://[ENGINE.FQDN]/ovirt-engine -p 3000:3000 ovirtwebui/ovirt-web-ui:latest
and access VM Portal at http://localhost:3000
- based on React, Redux, Redux-Saga, and PatternFly
- bootstrapped with create-react-app - README_react
- Developer information
- For more screenshots, see the doc/screenshots directory.
- Marek Libra ([email protected])
- Scott Dickerson ([email protected])
- Bohdan Iakymets ([email protected])
- Jakub Niedermertl
- Greg Sheremeta ([email protected])