How to Create a Langflow Pod
Langflow is a UI for LangChain, designed with a react-flow to provide an effortless way to experiment and prototype flows. Here is how you can get your own Langflow instance up and running on Travos.ai.
Quick Start Guide
- Log in to your Travos.ai dashboard.
- Select Langflow from the available applications.
- Choose your desired resources (CPU, RAM, SSD).
- Click Create Pod.
Your pod will be provisioned in a few seconds.
First-Time Setup
Once your Langflow pod is ready, you can log in using the default credentials.
Default Credentials
Use these credentials for your first login:
- Username:
langflow
- Password:
langflow
Important: Change Your Password Immediately
For security, you must change the default password after your first login.
- Log in with the credentials above.
- Click on your profile icon in the top right corner.
- Go to Profile Settings.
- Update your password to something strong and unique.
User Registration Policy
User self-registration is enabled on your pod:
- New users can register and log in immediately without admin approval.
- Their accounts are automatically activated (
LANGFLOW_NEW_USER_IS_ACTIVE: True).
- Authentication is handled internally within your pod - no external services required.
- All user data is stored locally in SQLite.
Important Considerations
- Change default credentials immediately: The default
langflow/langflow credentials are well-known and insecure.
- Secure your pod: Consider using network policies or firewall rules to restrict access to your Langflow instance.
- Internal authentication: Your pod uses local SQLite storage and internal authentication, keeping all credentials and data within your instance.