Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,17 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network
`}
inline={false}
/>

<AnchorHeading title="Default password to access Virtual Connector" depth={2} />

<Markdown
text={`
Your Virtual Connector's default password is the last seven characters of your license key, all uppercase, plus an <code>!</code> (exclamation mark).

For example, if your license key is <code>mconn-abcdefghijklmnopqrstuvwxyz</code>, your default password will be <code>TUVWXYZ!</code>.
`}
inline={false}
/>
</>
)
}
Expand Down
Loading