Skip to content

How can I view the Prefect UI that's hosted on a Windows Server virtual machine? #15020

Answered by zzstoatzz
digitalghost-dev asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @digitalghost-dev

hmm, not exactly sure, but here are a couple things I'd check:

  1. PREFECT_API_URL correctly set

    prefect config set PREFECT_API_URL=http://<VM-IP>:4200/api

    This command should be executed both on the VM hosting Prefect and any machine trying to access it.

  2. Network and Firewall: Ensure that the VM's network settings allow for external connections on port 4200. It's also worth double-checking that no outbound rules are blocking the connection from the machine you're trying to connect from.

  3. Server Configuration: Running the server with --host 0.0.0.0 should allow connections from any IP address. If that doesn't work, it might be worth revisiting the network configurati…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by digitalghost-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
arch:windows Related to the Windows OS
2 participants