Creating Tunnels
Learn how to create and manage tunnels through the InTunnel dashboard.
Prerequisites
- An InTunnel account (Register here)
- A local service running on your machine
Creating Your First Tunnel
Step 1: Log In
Visit intunnel.cloud and log in to your account.
Step 2: Access Dashboard
Click on Dashboard in the navigation menu.
Step 3: Create New Tunnel
- Click the Create Tunnel button
- Fill in the tunnel details:
| Field | Description | Example |
|---|---|---|
| Subdomain | Your unique URL prefix | myapp |
| Domain | Choose from available domains | intunnel.cloud |
| Description | Optional note for your reference | Development server |
- Click Create
Step 4: Copy Your Token
After creation, you'll see your tunnel token. Copy it securely - you'll need it for the client.
WARNING
Keep your token secret! Anyone with your token can use your tunnel.
Tunnel Settings
Subdomain
Choose a memorable, unique subdomain for your service:
- Letters, numbers, and hyphens allowed
- Must be unique across all users
- Case-insensitive (
MyApp=myapp)
Good examples:
my-portfolioapi-devteam-preview
Domain Options
| Domain | URL Example |
|---|---|
.cloud | myapp.intunnel.cloud |
.online | myapp.intunnel.online |
.tech | myapp.intunnel.tech |
All domains have the same features - pick whichever you prefer!
Managing Tunnels
View All Tunnels
Your dashboard shows all your tunnels with:
- Status (active/inactive)
- Subdomain and domain
- Last connection time
Edit a Tunnel
- Click on the tunnel in your dashboard
- Click Edit
- Modify settings
- Click Save
Regenerate Token
If your token is compromised:
- Click on the tunnel
- Click Regenerate Token
- Confirm the action
- Update your client with the new token
WARNING
Regenerating a token invalidates the old one. Any connected clients will disconnect.
Delete a Tunnel
- Click on the tunnel
- Click Delete
- Confirm the deletion
Deleted tunnels cannot be recovered.
Advanced Settings
Device Binding
Lock your tunnel to a specific device:
- Open tunnel settings
- Enable Device Binding
- The first device to connect will be bound
IP Whitelisting
Restrict access to specific IP addresses:
- Open tunnel settings
- Enable IP Whitelisting
- Add allowed IPs (comma-separated)
- Save changes
Multiple Tunnels
You can create multiple tunnels for different projects:
| Tunnel | Use Case |
|---|---|
frontend-dev.intunnel.cloud | React development server |
api-dev.intunnel.cloud | Backend API |
webhook-test.intunnel.online | Webhook testing |
Each tunnel has its own token and settings.
Next Steps
- Security Best Practices - Secure your tunnels
- CLI Commands - Connect using CLI
- GUI Usage - Connect using GUI