How to Install Odoo 19 on Ubuntu 24 04 LTS Server | Odoo19 Installation Tutorials – CBMS Odoo ERP

How to Install Odoo 19 on Ubuntu 24 04 LTS Server | Odoo19 Installation Tutorials – CBMS Odoo ERP

In this video, learn how Odoo install odoo 19 on a server (*App documentation*).

Step 1: Log in to the Ubuntu Server

Before installing, you’ll need to log in to your Ubuntu 24.04 server. You can do this using SSH if you’re accessing the server remotely, or directly if you have physical access.

Depending on your setup, you can log in using different methods. Here are three common ways:

1. Logging in with a Username and IP Address (Default Port)
If your server uses the default SSH port (22) and no special authentication method, use the following command:

ssh username@server_ip_address
username: Replace with your server’s username.

server_ip_address: Replace with your server’s IP address.

2. Logging in with a Specific Port
If your server uses a non-standard SSH port, you need to specify the port number like this:

ssh -p port_number username@server_ip_address
port_number: Replace with the SSH port number your server is using.

username: Replace with your server’s username.

server_ip_address: Replace with your server’s IP address.

3. Logging in with a PEM Key
If your server requires a PEM key for authentication, use the following command:

ssh -i /path/to/your/key.pem username@server_ip_address
/path/to/your/key.pem: Replace with the full path to your PEM key file.

username: Replace with your server’s username.

server_ip_address: Replace with your server’s IP address.

Choose the method that fits your setup, and once logged in, you’ll be ready to proceed with the Odoo 18 installation. 

*See what Cybrosys can do for you!*

Schedule a demo:

#Odoo19 #OdooInstallation #Ubuntu2404 #OdooTutorial #LinuxServer #OpenSourceERP #TechTutorial #WebDevelopment #SoftwareInstallation #OdooGuide

Connect With Us:
—————————————
➡️ Website:
➡️ Email: info@cybrosys.com
➡️ Twitter:
➡️ LinkedIn:
➡️ Facebook:
➡️ Instagram:
➡️ Pinterest:

#Install #Odoo #Ubuntu #LTS #Server #Odoo19 #Installation #Tutorials

Similar Posts

4 Comments on How to Install Odoo 19 on Ubuntu 24 04 LTS Server | Odoo19 Installation Tutorials – CBMS Odoo ERP

  1. avatar
    @prakritijain516 says:

    Hello cybrosys team
    I'm very new in odoo module development field.
    I'm come accross your yotube channel. I become FAN of your work.
    I found out that i can install using docker container that would be much more cleaner way to manager odoo module development.

    One issue I'm facing with docker installation is that my custom module is not showing in apps list of odoo.
    Other custom module are showing in app list of odoo

    I have tried developer mode as well as update app list but i doesn't work

Comments are closed.