Skip to Content
Menu
This question has been flagged
3 Replies
2473 Views

Hello,

after a quick installation of Odoo 8, by apt-get install Odoo, I can't to connect to server on ip:8069

Server and service is start

What is the procedure ?


Thank's


log :

/var/log/odoo# more odoo-server.log 2017-04-18 14:45:46,742 12374 INFO ? openerp: OpenERP version 8.0-20170418 2017-04-18 14:45:46,742 12374 INFO ? openerp: addons paths: ['/var/lib/odoo/.loc al/share/Odoo/addons/8.0', u'/usr/lib/python2.7/dist-packages/openerp/addons']

2017-04-18 14:45:46,742 12374 INFO ? openerp: database hostname: localhost 2017-04-18 14:45:46,742 12374 INFO ? openerp: database port: 5432 2017-04-18 14:45:46,742 12374 INFO ? openerp: database user: odoo 2017-04-18 14:45:47,138 12374 INFO ? openerp.service.server: HTTP service (werkz eug) running on 0.0.0.0:8069

Avatar
Discard

Thank you for your answer.

I can't try on localhost because i'm on a VPS in cloud.

Best Answer

Hi Ludovic

Depending on your cloud provider you may need to add some security rules to their firewall to allow the traffic to the port 8069 or you could get the Odoo running behind a reverse proxy to be accessible on port 80 or 443 and even through a domain instead of using the IP:port

Avatar
Discard
Best Answer

did you try localhost:8069?

Avatar
Discard