İçereği Atla
Odoo Menü
  • Portal
  • Ücretsiz deneyin
  • Uygulamalar
    Finans
    • Muhasebe
    • Faturalama
    • Masraf Yönetimi
    • Elektronik Çizelge (BI)
    • Belgeler
    • İmza
    Satış
    • Müşteri İlişkileri Yönetimi (CRM)
    • Satış
    • Satış Noktası Mağaza
    • Satış Noktası Restoran
    • Abonelikler
    • Kiralama
    Web Sitesi
    • Web Sitesi Oluşturucu
    • eTicaret
    • Blog
    • Forum
    • Canlı Sohbet
    • eÖğrenme
    Tedarik Zinciri
    • Envanter
    • Üretim
    • Ürün Yaşam Döngüsü Yönetimi
    • Satın Alma
    • Bakım
    • Kalite
    İnsan Kaynakları
    • Çalışanlar
    • İşe Alım
    • İzin
    • Değerlendirme
    • Referans
    • Filo Yönetimi
    Pazarlama
    • Sosyal Medyada Pazarlama
    • E-posta ile Pazarlama
    • SMS ile Pazarlama
    • Etkinlikler
    • Pazarlama Otomasyonu
    • Anket
    Hizmetler
    • Proje Yönetimi
    • Çalışma Çizelgeleri
    • Saha Hizmeti
    • Yardım Masası
    • Planlama
    • Randevular
    Verimlilik
    • Sohbet
    • Onay
    • Nesnelerin İnterneti
    • VoIP
    • Bilgi Bankası
    • WhatsApp
    Üçüncü taraf uygulamalar Odoo Stüdyo Odoo Bulut Platformu
  • Sektörler
    Perakende satış
    • Kitapçı
    • Giyim Mağazası
    • Mobilya Mağazası
    • Gıda Marketi
    • Hırdavat Dükkanı
    • Oyuncak Dükkanı
    Gıda ve Konaklama
    • Bar ve Pub
    • Restoran
    • Fast Food Restoranı
    • Konuk Evi
    • İçecek Distribütörü
    • Otel
    Gayrimenkul
    • Emlak Acentesi
    • Mimarlık Firması
    • İnşaat
    • Emlak Yönetimi
    • Bahçe Tasarımı
    • Mülk Sahipleri Derneği
    Uzmanlık
    • Muhasebe Firması
    • Odoo Partner
    • Pazarlama Ajansı
    • Hukuk Firması
    • Yetenek Kazanımı
    • Denetim ve Belgelendirme
    Üretim
    • Tekstil
    • Metal
    • Mobilyalar
    • Gıda
    • Bira fabrikası
    • Kurumsal Hediye
    Sağlık ve Spor
    • Spor Kulübü
    • Optik Mağazası
    • Fitness Merkezi
    • Sağlıklı Yaşam Merkezi
    • Eczane
    • Kuaför Salonu
    Ticaret
    • Tamirci
    • BT Donanım & Destek
    • Güneş Enerjisi Sistemleri
    • Ayakkabı İmalatçısı
    • Temizlik Hizmetleri
    • HVAC Hizmetleri
    Diğerleri
    • Kar Amacı Gütmeyen Kuruluş
    • Çevre Ajansı
    • Reklam Panosu Kiralama
    • Fotoğrafçılık
    • Bisiklet Kiralama
    • Yazılım Bayisi
    Tüm Sektörlere Göz Atın
  • Topluluk
    Öğrenim
    • Eğitim Araçları
    • Dokümantasyon
    • Sertifikasyonlar
    • Eğitim Etkinlikleri
    • Blog
    • Podcast
    Eğitim ve Gelişim
    • Eğitim Programı
    • Scale Up! İşletme Oyunu
    • Odoo'yu Ziyaret Edin
    Yazılım
    • İndirin
    • Sürümleri Kıyaslayın
    • Sürümler
    İş Birliği
    • Github
    • Forum
    • Etkinlikler
    • Çeviriler
    • Partner Olun
    • Partnerler için Hizmetler
    • Muhasebe Firmanızı Kaydettirin
    Hizmetler
    • Partner Bulun
    • Muhasebeci Bulun
    • Bir danışmanla görüşün
    • Kurulum Hizmetleri
    • Müşteri Referansları
    • Destek
    • Sürüm Yükseltme
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Demo randevusu alın
  • Fiyatlandırma
  • Yardım

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • Müşteri İlişkileri Yönetimi
  • e-Commerce
  • Muhasebe
  • Envanter
  • PoS
  • Proje Yönetimi
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
Yardım

How to change the default port (8069) used by odoo server

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
port
9 Cevaplar
149190 Görünümler
Avatar
George Rodopoulos

How can I change the native port of odoo server in order to make it listen to different port than 8069 ? (needed in order to run multiple server instances at the same time)

Here I'm NOT looking for solutions that forward/redirect/reroute traffic to port 8069 like these:

  1. Reverse proxy through Apache or Nginx
  2. Port forwarding / port routing through e.g. iptables
1
Avatar
Vazgeç
Avatar
Janeesh
En İyi Yanıt

There is one more option. If you need to change port number permanently to another, then you can change it in config file,

In openerp/tools.config.py     

group.add_option("--xmlrpc-port", dest="xmlrpc_port", my_default=8069,
                         help="specify the TCP port for the XML-RPC protocol", type="int")

Change this 8069 to any port number you wish to use.

11
Avatar
Vazgeç
George Rodopoulos
Üretici

True that's one more option but I would avoid making any changes in odoo server code files. In order to be 'upgrade safe' I try to make any changes in server conf file or in custom modules. Thanks for the extra info though.

Avatar
George Rodopoulos
Üretici En İyi Yanıt

Let's say that we want to use the port 8070 instead of 8069

We can do this by setting the server option xmlrpc-port to xmlrpc_port = 8070

This can be done by starting the server manually with this option using something like this (paths may be different):

./openerp-server --config=/etc/odoo-server.conf --xmlrpc-port=8070

Or by adding in the config file (e.g. /etc/odoo-server.conf)

xmlrpc_port = 8070

There is one more option (added by Janeesh below) but it involves editing odoo server files, something I would avoid in order to keep any changes 'upgrade safe':

In openerp/tools.config.py     

group.add_option("--xmlrpc-port", dest="xmlrpc_port", my_default=8069,
                         help="specify the TCP port for the XML-RPC protocol", type="int")

Change this 8069 to any port number you wish to use.

9
Avatar
Vazgeç
Stephen Mack

do you know which method odoo uses in their saas offerings?

George Rodopoulos
Üretici

Can you please make your question a little more specific? You ask about the method they use to do what? To run multiple instances? If you ask about running multiple instances I can only assume (I don't really know for sure) that they use reverse proxy (probably using nginx).

om

Thanks for the tip. I have noticed something strange though, when changing the port in the conf file everything loads fine but headers and footers are missing from reports - like when printing an invoice it's distorted with no header and footer. What would be the cause of this? Thanks.

George Rodopoulos
Üretici

I can't reproduce the problem that you report. I can normally print invoices to pdf and headers and footers show up without any problem. If you have a problem when you change the xmlrpc_port option which you don't have if you leave it as it is by default, probably this is a bug. If you want, please create a new question about your issue and post a link here with a comment.

om

Thanks George, I opened a question here: https://www.odoo.com/forum/help-1/question/changing-xmlrpc-port-from-8069-to-8070-causes-report-issues-60767

Avatar
Jasad Moozhiyan
En İyi Yanıt

Either you can run your odoo server like

python odoo-server --xmlrpc-port=your_port_number

If you wish to do permanently, then you can modify odoo/tools.config.py     

group.add_option("--xmlrpc-port", dest="xmlrpc_port", my_default=your_port_number, help="specify the TCP port for the XML-RPC protocol", type="int") 

1
Avatar
Vazgeç
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Üye Ol
İlgili Gönderiler Cevaplar Görünümler Aktivite
Change the password resend links etc after changing the port
port
Avatar
0
Mar 15
4037
RuntimeError: Couldn't bind the websocket. Is the connection opened on the evented port (8072)? v17 & v18
configuration port
Avatar
Avatar
1
Eyl 25
3578
change to port 80 instead of 8069 Çözüldü
port 80
Avatar
Avatar
Avatar
Avatar
Avatar
9
Şub 24
130093
Module porting how-to? Çözüldü
modules port
Avatar
Avatar
Avatar
4
Eki 16
6210
Separate databases on different ports Çözüldü
database port
Avatar
Avatar
Avatar
Avatar
Avatar
8
Ara 23
22657
Topluluk
  • Eğitim Araçları
  • Dokümantasyon
  • Forum
Açık Kaynak
  • İndirin
  • Github
  • Runbot
  • Çeviriler
Hizmetler
  • Odoo.sh Hosting
  • Destek
  • Sürüm Yükseltme
  • Özel Geliştirmeler
  • Eğitim
  • Muhasebeci Bulun
  • Partner Bulun
  • Partner Olun
Hakkında
  • Şirketimiz
  • Pazarlama Gereçleri
  • İletişim
  • Kariyer
  • Etkinlikler
  • Podcast
  • Blog
  • Müşteriler
  • Hukuki • Gizlilik
  • Güvenlik
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo, müşteri ilişkileri yönetimi, eTicaret, muhasebe, envanter, satış noktası, proje yönetimi gibi şirketinizin tüm ihtiyaçlarını karşılayan bir açık kaynak işletme uygulamaları paketidir.

Odoo’nun eşsiz değer önermesi, aynı anda hem kullanımının çok kolay olup hem de tamamen entegre olmasıdır.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now