<#CL09KU1K7|> Hey! Can we install the Prefect server on Window server 2019?
p
#CL09KU1K7 Hey! Can we install the Prefect server on Window server 2019?
a
@Piyush Bassi yes, as long as you install Python, Docker and docker-compose on your Windows server, you can then install Prefect and then start a Prefect Server using:
Copy code
prefect backend server
prefect server start --expose
In general, if you are getting started with Prefect, I would recommend starting with Prefect Cloud rather than Server - it’s much easier to use, has many features added on top, and it’s free to use for 20,000 task runs each month, which is more than enough to get started.