We are happy to announce that Mist is now available on the Vultr Marketplace. You can spin up our open source Community Edition and begin managing your multicloud infrastructure in just a few minutes!
Follow the instructions below to get started.
ssh root@yourPublicIP
.cd /mist
and check if all Mist containers are up. This normally happens a couple of minutes after boot. You can check the status with docker-compose ps
.docker-compose exec api sh
. This will drop you in the shell of a Mist container../bin/adduser --admin myEmail@example.com
. This will prompt you to enter a password.http://yourPublicIP:80
and login with the email and password you specified above.You are all set!
Your Vultr cloud has been added and your resources will be auto-discovered by Mist in a few seconds.
You can repeat step (8) above to add more Vultr accounts to Mist. You can also add any number of other clouds you are managing by following the relevant instructions. Mist supports more than twenty public and private clouds, hypervisors, container hosts and even bare metals.
Please note that new users will not be able to create an account through Mist's sign up form. We turn this off for security reasons. If you would like to enable it, edit ./settings/settings.py
and set ALLOW_SIGNUP_EMAIL = True
. Then, restart Mist with docker-compose restart
.
In some cases, such as user registration, forgotten passwords, user invitations etc, Mist needs to send emails. By default, Mist is configured to use a mock mailer. For more information about mail mock and how to set up Mist with your existing email server, check out our docs.
If you would like to use a custom domain for your Mist installation, you will need to update Mist's CORE_URI.
Finally, it is strongly recommended to enable TLS.
We would love to hear your feedback at support@mist.io or on Github.