This question has been flagged
1 Reply
10607 Views

I cannot connect to Openerp server in localhost. But I can connect from other pc which in the same network. I could connect it previously, but now I can't. And I didn't change any setting.



Avatar
Discard
Best Answer

try this urls:

http://localhost:8069/web/database/selector 
http://localhost:8069/web/database/manager#action=database_manager

Or try accesing by IP address instead of localhost. If works then you have a config option that name is xmlrpc_interface that need to be changed, could be set to 0.0.0.0 or 127.0.0.1 or your preferred bind interface

Avatar
Discard
Author

I tried it, but the urls are not opened. ERR_CONNECTION_RESET

try accesing by IP address instead of localhost. If works then you have a config option that name is xmlrpc_interface that need to be changed, could be set to 0.0.0.0 or 127.0.0.1 or your preferred bind interface

Author

Thank you Dear Mendoza, I can connect by IP address. It is a good solution for me.

Happy to help