Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Lost admin password. Can I simply change it in odoo.conf?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
passwordadministratorOdoo 16
2 Replies
2240 Tampilan
Avatar
Panos Anagnostakis

A friend of mine has a windows installation of Odoo 16 in a pc at his work. He wanted to backup the db, but he's lost and doesn't remember the database manager password.

I've read that in this case, you can simply change the database manager password in odoo.conf with a new one in plaintext. Is this safe? Because the database data is crucial (it's patients data, he is a doctor). Is there any possibility that he will lose connection with the database or the db will be erased?

Also, I've read that the database manager password in odoo.conf is sha encrypted. Can it be replaced with a plain text one?

Lastly, in Odoo 16 windows, where is odoo.conf located?

0
Avatar
Buang
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Jawaban Terbai

Hi,


Yes, it’s totally safe to change the database manager password by editing odoo.conf — it won’t affect your data at all.


Just open odoo.conf and look for the line that says admin_passwd.

Replace the value with a new password in plain text like this:


admin_passwd = mynewpassword

This password is not encrypted, and that’s normal. Odoo stores it in plain text in the config file.


Changing it won’t disconnect or delete your database — it only changes the password used to access the database management screen (where you can create, restore, or drop databases).


Once you save the file, restart the Odoo server, and you’ll be able to log into the database manager with the new password.


On Windows, where is odoo.conf?

If your friend used the standard Odoo installer, it’s usually here:


C:\Program Files (x86)\Odoo 16.0\server\odoo.conf


Hope it helps

0
Avatar
Buang
Avatar
Christoph Farnleitner
Jawaban Terbai

The value of admin_passwd in odoo.conf can be simply replaced by the text-representation of your desired, new password for interactions with /web/database/manager, yes.

Upon restarting the server, Odoo should automatically encrypt it again.

About "Is there any possibility that he will lose connection with the database or the db will be erased?" - no, the admin_passwd's sole purpose is to prevent unauthorized access to the GUI of /web/database/manager actions.

Note: There are cases, where the encryption does not happen automatically, in that case you could simply read the password from the file.


Where exactly the odoo.conf file is located depends on your setup. A installation from source (i.e. if you've downloaded a zip or cloned the github repository) could be anywhere. A installation using the executable (.exe) also allows you to specify the path of installation. By default it should be something like C:\Program Files (x86)\Odoo 16.0\server\odoo.conf (but it's  along while since I've installed Odoo on a Windows machine, so just look out for common folders) - you should find the file in there.

0
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
How to recover the Admin password Diselesaikan
password recover admin administrator
Avatar
Avatar
Avatar
Avatar
Avatar
5
Jul 24
93640
Admin Password lost Diselesaikan
password lost admin administrator
Avatar
Avatar
Avatar
2
Mar 15
7076
Odoo in sharepoint
Odoo 16
Avatar
Avatar
1
Nov 25
252
updateControlPanel, _setMode do not work property in odoo 16
Odoo 16
Avatar
Avatar
1
Jul 25
1044
Password Reset Link redirect to account.odoo.com
password
Avatar
0
Mei 25
2430
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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