Quick Start
Install the EpochProxy agent on your server and connect it to your dashboard.
1. Install the Agent
Section titled “1. Install the Agent”Run the following command to download and install the agent:
curl -sSL https://epochproxy.cloud/install.sh | bashThis will:
- Detect your operating system and architecture
- Download the appropriate binary
- Verify the checksum
- Install to
~/.local/binor/usr/local/bin
2. Get an Activation Code
Section titled “2. Get an Activation Code”- Log in to app.epochproxy.cloud
- Go to Agents and click Register Agent
- Copy the activation code
3. Activate the Agent
Section titled “3. Activate the Agent”Run the agent with your activation code:
epoch-agent --activation-code YOUR_ACTIVATION_CODEYou should see output confirming successful connection:
[INFO] Activating agent...[INFO] Connected to relay server[INFO] Agent is ready4. Connect from the Dashboard
Section titled “4. Connect from the Dashboard”- Return to app.epochproxy.cloud
- Your agent should now appear as Online
- Click on the agent to open a terminal session
Next Steps
Section titled “Next Steps”- Run as a system service for persistent connections
- Configure the agent with custom options
- Troubleshoot if you encounter issues