| --- |
| title: "Access/Login to Texera" |
| date: 2025-10-29 |
| weight: 70 |
| description: > |
| Instructions on how to install and set up Texera as a developer. |
| categories: [Texera] |
| tags: [installation, setup, developer] |
| --- |
| |
| {{% pageinfo %}} |
| Guide to use Texera on your local machine or development environment. |
| {{% /pageinfo %}} |
| |
| ## Prerequisites |
| |
| We assume you either went through |
| - [Installing Apache Texera using Docker](/docs/getting-started/installing-using-docker/), or |
| - [Guide for Texera Developers](/docs/contribution-guidelines/guide-for-developers/). |
| |
| Texera should be **up-and-running on your laptop** before proceeding. |
| |
| {{< alert color="warning" title="Note" >}} |
| Ensure Docker and Docker Compose are installed before building Texera. |
| {{< /alert >}} |
| |
| ## Access Texera through Browser |
| |
| Enter Texera's URL in your browser to access the interface. |
| |
| By default, an **admin account** is pre-created: |
| |
| | Username | Password | |
| |-----------|-----------| |
| | `texera` | `texera` | |
| |
|  |
| |
| > Input credentials and click the **Sign in** button to log in as the admin. |