Difference between revisions of "OS4X VMware virtualized image - logins and passwords"

From OS4X
Jump to navigation Jump to search
(New page: == root == During the first start of the image, a runlevel process asks for a new root password. After successful change, the given root password is being used. The default of the root pa...)
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== root ==
 
== root ==
 
During the first start of the image, a runlevel process asks for a new root password. After successful change, the given root password is being used.
 
During the first start of the image, a runlevel process asks for a new root password. After successful change, the given root password is being used.
 +
 +
[[Image:OS4Xvirtual change password.png]]
  
 
The default of the root password is:
 
The default of the root password is:
 
  os4x
 
  os4x
 +
 +
== MySQL ==
 +
The MySQL's root user password is:
 +
root
 +
 +
== PostgreSQL ==
 +
pgAdmin is installed as default web interface administration tool for PostgreSQL. The defaults credentials are:
 +
*Username: <code>postgres@localhost</code>
 +
*Password: <code>os4x</code>
 +
 +
Since OS4Xvirtual version 2023-06-30, the default credentials have changed to:
 +
*Username: <code>contact@c-works.de</code>
 +
*Password: <code>c-works</code>
 +
 +
== OS4X database ==
 +
The OS4X database access is configured in the global configuration file [[OS4X Core main configuration file|/etc/os4x.conf]]. The database access is granted from the OS4Xvirtual machine itself ("<code>localhost</code>") with the following parameters:
 +
*database name: <code>os4x</code>
 +
*username: <code>os4x</code>
 +
*password: <code>os4x</code>

Latest revision as of 13:52, 30 June 2023

root

During the first start of the image, a runlevel process asks for a new root password. After successful change, the given root password is being used.

OS4Xvirtual change password.png

The default of the root password is:

os4x

MySQL

The MySQL's root user password is:

root

PostgreSQL

pgAdmin is installed as default web interface administration tool for PostgreSQL. The defaults credentials are:

  • Username: postgres@localhost
  • Password: os4x

Since OS4Xvirtual version 2023-06-30, the default credentials have changed to:

  • Username: contact@c-works.de
  • Password: c-works

OS4X database

The OS4X database access is configured in the global configuration file /etc/os4x.conf. The database access is granted from the OS4Xvirtual machine itself ("localhost") with the following parameters:

  • database name: os4x
  • username: os4x
  • password: os4x