Skip to main content

Local Installation URL for ABRA Flexi

What is the address for connecting to a local installation of ABRA Flexi?

Written by Petr Pech

Base URL

To connect to a local installation, use:

https://localhost:5434

or:

https://127.0.0.1:5434

👉 both options are equivalent


Accessing a specific company

The URL takes the following form:

https://localhost:5434/c/<company_name>

For example:

https://localhost:5434/c/test_company

What each part means

  • localhost / 127.0.0.1 → this computer

  • 5434 → Flexi server port

  • /c/<company> → specific company

For more information, please refer to the documentation.

Did this answer your question?