Get Started
Debian / Ubuntu Installation Guide
Section titled “Debian / Ubuntu Installation Guide”-
Unzip the downloaded Kraken Backconnect Proxy files and upload them to your
homedirectory on the server. -
Make the binary executable:
Terminal window sudo chmod +x kraken-linux-amd64 -
Copy systemd service file to systemd directory and enable the service to start on boot:
Terminal window sudo cp kraken-proxy.service /etc/systemd/system/sudo systemctl enable kraken-proxy -
Start the Kraken Proxy service:
Terminal window sudo systemctl start kraken-proxy -
If you have a Firewall enabled, allow traffic on ports Optional
- 5566 (Proxy)
- 5680 (API)
- 5776 (Web Interface)
Terminal window sudo ufw allow 5566/tcpsudo ufw allow 5680/tcpsudo ufw allow 5776/tcp -
Access the web interface at
http://<your-server-ip>:5776and log in with the default credentials:- Backend URL:
http://YOUR_SERVER_IP:5680 - Username:
my_proxy_user - Password:
my_secure_proxy_password
- Backend URL:
-
Change the default password after logging in for the first time to ensure security.
- Navigate to
Configuration -> Authentication - Update Username and password
- Click
Save Configuration - Click
Restart Krakento apply changes
- Navigate to