How to deploy on Windows 11

Hello, I am trying to setup openvidu on a local windows11 machine but I can only find setup instructions for linux.

I am referring to this doc: On premises - OpenVidu Docs

There is any documentation available on how to deploy on windows?

It can only be installed under Linux.

But you can use our developer image for development locally:

docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:latest

For production you should use Linux instead with the link you shared.