Skip to Content
Menu
This question has been flagged
1 Reply
5351 Views

Hi everybody,

can someone help me accessing on odoo database installed under windows server 2012 essentials?

After installing odoo for windows. Everything is looking well by calling localhost:8069 on server.

Now I want to access to odoo via client. I tried //server-IP:8069 from client browser. It doesn't work.

Firewall problem? or should I need to make any configuration?

Thanks.

C.

Avatar
Discard
Best Answer

Being unable to access from the external address sounds definitely like a firewall problem. Since you're using Windows, I'd check your firewall to be sure that you whitelisted both odoo.exe and openerp-server.exe (wherever you have it installed) as well as having the required ports (default install is usually just 8069, but you can also redirect it to something sensible like 80) open on your LAN.

Something else to check would be that nothing else on your box is running on the port(s) that Odoo needs, just to be sure 

Avatar
Discard