コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6753 ビュー

Hi 

can you guide me how to find  Odoo Instance's Public IP Address for the domain hosting purpose specifically the A record details.

アバター
破棄

How about odoo.sh?

Odoo.sh databases never have static IP addresses. They are changed for multiple reasons, and we notify Project Administrators with a notification through the Odoo.sh dashboard. What you can also do is write code if you need to automatically do something - see https://www.odoo.com/documentation/master/administration/odoo_sh/advanced/frequent_technical_questions.html#how-can-i-automate-tasks-when-an-ip-address-change-occurs

最善の回答

NOTE: IP Addresses of all Odoo databases are subject to change, so any address you obtain will only work until it is changed (normally due to balancing the number of databases on a server).


To find an Odoo instance's public IP address, you can use several methods depending on your hosting setup. If your Odoo instance is hosted on a cloud platform like AWS, Azure, or Google Cloud, you can usually find the public IP address by navigating to the instance details or the network settings in the respective management console. For self-hosted Odoo servers, you can check the public IP address by logging into your server and using a command like curl ifconfig.me or curl ipinfo.io/ip in the terminal, which will return the public IP. Alternatively, if your Odoo instance is behind a firewall or load balancer, you'll need to access the configuration settings of these components to identify the public IP address that routes traffic to your Odoo server.

アバター
破棄