mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Documentation: Add warning not to use default password (#20728)
Feedback Row 16: Add warning not to use default password. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> --------- Co-authored-by: JD <spokanemac@users.noreply.github.com>
This commit is contained in:
parent
911b85075f
commit
5d570bb294
1 changed files with 4 additions and 2 deletions
|
|
@ -31,7 +31,9 @@ The Fleet server and user interface are packaged into a Docker image and hosted
|
|||
|
||||
## Setup Fleet and enroll hosts
|
||||
|
||||
The first time you access your Fleet instance you will be prompted with a setup page where you can enter your name, email, and password. Run through those steps to reach the Fleet dashboard.
|
||||
The first time you access your Fleet instance, you will be prompted with a setup page where you can enter your name, email, and password. Run through those steps to reach the Fleet dashboard.
|
||||
|
||||
> Set a strong and unique password instead of the default password during the setup process.
|
||||
|
||||
You’ll find the enroll-secret after clicking “Add hosts”. This is a special secret the host will need to register to your Fleet instance. Once you have the enroll-secret you can use `fleetctl` to generate Fleet's agent (fleetd), which makes installing and updating osquery super simple.
|
||||
|
||||
|
|
@ -86,4 +88,4 @@ That’s it! We have successfully deployed and configured a Fleet instance! Rend
|
|||
<meta name="publishedOn" value="2021-11-21">
|
||||
<meta name="category" value="guides">
|
||||
<meta name="articleImageUrl" value="../website/assets/images/articles/deploy-fleet-on-render-800x450@2x.png">
|
||||
<meta name="description" value="Learn how to deploy Fleet on Render.">
|
||||
<meta name="description" value="Learn how to deploy Fleet on Render.">
|
||||
|
|
|
|||
Loading…
Reference in a new issue