This question has been flagged

I need to have a VPS hosted in some cloud like AWS that includes : Odoo 13,  Windows for some Windows Apps and File server for all business files for all users. 10 users will be using odoo, 3 users will use windows apps with Remote desktop Access, all sharing files from their PCs. 

What is technically recommended setup?

1- Ubuntu Server  to install Odoo(linux) plus Ubuntu file sharing, and Vbox for WindowsOS+apps

2- Windows Server  to install WindowsOS+apps and VBox for odoo-linux. With windows File sharing.

3- Windows Server to install  Odoo(Windows) and Windows apps, and file sharing. 

Thank you

Avatar
Discard
Best Answer

This is not Odoo related.

However, I recommend to not try to set all this up on one server, even if you succeed, you will bitterly regret it when it comes to server maintenance. With or without Docker, set up 3 different server. Use 1 server for Odoo, for filesharing/collaboration you may want to set up a server with Nextcloud and for the rest set up a Windows server.

Avatar
Discard
Best Answer

You can install docker desktop and use: https://hub.docker.com/_/odoo

It is the most fast and simple deployment you can do.


Avatar
Discard