

# useradd -m -d /opt/erpnext -U -r -s /bin/bash erpnext In this step, we are going to create a new system user for our ERPNext installation. You can do this by running the following commands: # apt update Step 2: Update the systemīefore starting, let’s ensure that all Ubuntu 22.04 packages installed on the server are up to date. If you want to use your regular user with sudo privileges to run the commands, make sure to append ‘sudo’ in front of the commands. In this article, we will use ‘root’ used to execute the shell commands.

You can check whether you have the proper Ubuntu version installed on your server with the following command: # lsb_release -a

Additionally, replace ‘root’ with the username of the system user with sudo privileges. You will need to replace ‘IP_Address’ and ‘Port_number’ with your server’s respective IP address and SSH port number. A fully qualified domain or subdomain nameįirst, you will need to log in to your Ubuntu 22.04 VPS via SSH: ssh -p Port_number.root access or a user with sudo privileges.An Ubuntu 22.04 VPS with at least 2GB of RAM.
