Skip to content

Commit 6943bdc

Browse files
added default pass vconn
1 parent 80a73e3 commit 6943bdc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/content/partials/networking-services/mconn/configure-connectors.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,22 @@ When you are ready to connect your Magic WAN Connector to the Cloudflare network
549549
)
550550
}
551551

552+
{ props.magicWord === "virtual" && (
553+
<>
554+
<AnchorHeading title="Default password to access Virtual Connector" depth={2} />
555+
556+
<Markdown
557+
text={`
558+
Your Virtual Connector's default password is the last seven characters of your license key, all uppercase, plus an <code>!</code>.
559+
560+
For example, if your license key is <code>mconn-abcdefghijklmnopqrstuvwxyz</code>, your default password will be <code>TUVWXYZ!</code>.
561+
`}
562+
inline={false}
563+
/>
564+
</>
565+
)
566+
}
567+
552568
---
553569

554570
## WAN with a static IP address

0 commit comments

Comments
 (0)