Java JRE with JDK
A Java Development Kit (JDK) that includes the Java Runtime Environment (JRE). Any vendor - Oracle, Adoptium, Amazon Corretto, Azul Zulu - is supported.
FlowCentral Convergence ships as a single, self-contained executable JAR. Install Java, extract the archive, run one command and you're in. No application server, minimal configuration.
FlowCentral Convergence runs on any modern Java runtime. Make sure the following is installed on your machine before proceeding.
A Java Development Kit (JDK) that includes the Java Runtime Environment (JRE). Any vendor - Oracle, Adoptium, Amazon Corretto, Azul Zulu - is supported.
Windows or Linux. The JAR is platform-agnostic - as long as Java runs, FlowCentral Convergence runs.
By default FlowCentral Convergence binds to port 8080. Make
sure it is available, or change it in
application.properties.
Follow the sequence below. Each step builds on the last — by step six you'll be logged into the Convergence Studio.
Install a Java Development Kit that includes the runtime. The minimum supported version is Java 1.8. After installation, open a terminal and confirm with:
java -version
Skip this step if you already have a suitable Java version installed.
Grab the archive for your operating system from the Downloads page.
Extract the downloaded file into a suitable working folder. You should see flowcentral-convergence.jar and an application.properties file at the root.
Open a command prompt or terminal and cd into the
folder where you extracted the archive.
cd path/to/flowcentral-convergence-developer-2026.0.1
Open application.properties in any text editor. If you leave it untouched, Convergence starts with an in-memory HSQLDB on port 8080 — perfect for evaluation. See the Configuration section for details.
Launch the platform from the command line:
java -jar flowcentral-convergence.jar
Wait for the server to finish starting - you'll see a log line confirming the port is bound. Then open your browser and navigate to:
http://localhost:8080
Log in with the default credentials:
SYSTEMsystemOut of the box, Convergence runs with an in-memory HSQLDB on port 8080 - no setup required. When you're ready to point at a real database or change the port, edit the properties file below.
# Server
(uncomment to use)
#jetty-embeddedwebserver.httpPort=8080
# PostgreSQL example (uncomment to use)
#application-datasource.dialect=postgresql-dialect
#application-datasource.connectionUrl=jdbc:postgresql://localhost:5432/convergencedb
#application-datasource.appSchema=public
#application-datasource.username=app
#application-datasource.password=s3cr3t
Stuck on a step? Most issues come down to Java version, port conflicts, or file permissions. Check the answers below first.
Java 1.8 (Java 8) or later. Any vendor is supported - Oracle JDK,
Adoptium (Temurin), Amazon Corretto, Azul Zulu, Microsoft OpenJDK.
Run java -version to verify.
No. Out of the box, FlowCentral Convergence uses an in-memory HSQLDB —
nothing to install, nothing to configure. When you're ready, you
can point it at PostgreSQL, SQL Server, Oracle, MySQL or MariaDB
by editing application.properties.
NOTE: The in-memory database is non-persistent; all records are lost when the instance is stopped..
Open application.properties the uncomment and change
jetty-embeddedwebserver.httpPort to any free port (for example
8081). Restart the JAR.
Yes. FlowCentral Convergence is a headless server - no GUI required on the host. You access the instance from any browser on any machine that can reach the server.
Press Ctrl + C in the terminal where the JAR is
running. The server shuts down cleanly.
Username: SYSTEM - Password: system.
Change these immediately if you're exposing the server beyond
localhost.
Schedule a technical deep-dive with our engineering team. We'll walk through JDBC connectivity, security configuration, and deployment topology for your environment.
Our team typically responds within one business day. Reach out for help with installation, configuration, or to request the Enterprise Edition for production deployment.
Tell us a little about your environment and we'll set up a 30-minute walkthrough with the right specialist — no obligation, no pressure.