Quick Start Guide
Get FabConnect up and running in just 5 minutes.
Prerequisites
Before you begin, make sure you have:
Step 1: Pull the Docker Image
docker pull fabconnect/gateway:latestStep 2: Start the Gateway
docker run -d \
--name fabconnect-gateway \
-p 8080:8080 \
-p 5000:5000 \
fabconnect/gateway:latestStep 3: Access the Dashboard
Open your browser and navigate to `http://localhost:8080`
Log in with the admin account you created at first startup (set the
`FABCONNECT_ADMIN_PASSWORD` environment variable before launching the
gateway — there are no default credentials).
Step 4: Add Your First Equipment
1. Click "Equipment" in the sidebar
2. Click "Add Equipment"
3. Enter your equipment details:
- Name: Your equipment identifier
- IP Address: Equipment IP
- Port: HSMS port (typically 5000)
4. Click "Save" and then "Connect"
Next Steps
Congratulations! You've successfully set up FabConnect. Continue with: