-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Connecting the UI to a remote daemon
Don Kackman edited this page Feb 19, 2021
·
20 revisions
In order to be accessible from another machine, the dameon's port must be opened on its host. The UI assumes that the daemon is already running and it will not attempt to start a remote host. Using ufw and restricting traffic to just the UI's host:
sudo ufw allow from <IP of UI machine> to any port 55400 proto tcp`
To secure their connection, the UI will need the daemon's certificates. Copy these files to the UI machine:
~/.chia/<currentvesion>/config/ssl/daemon/private_daemon.crt
~/.chia/<currentvesion>/config/ssl/daemon/private_daemon.key
Place the daemon's cert files, copied earlier, in the following location:
~/.chia/<currentvesion>/config/ssl/ui/
~/.chia/<currentvesion>/config/ssl/ui/
Find the ui
section in config.yaml
and specify the following settings:
daemon_host: <name or IP of the daemon host>
daemon_port: 55400
daemon_ssl:
private_crt: config/ssl/ui/private_daemon.crt
private_key: config/ssl/ui/private_daemon.key
Chia Network - Green money for a digital world.
- Home
- Beginners Guide
- Install instructions
- Quick Start Guide
- FAQ - Frequently Asked Questions
- Pooling FAQ
- Pooling User Guide
- Chia Project FAQ
- Plotting Basics
- Alternate Plotters
- Plot Sizes (k-sizes)
- CLI Commands Reference
- Windows Tips & Tricks
- How to Check if Everything is Working (or Not)
- SSD Endurance - Info on SSD's and plotting
- Reference Plotting Hardware
- Reference Farming Hardware
- Farming on Many Machines
- Good Security Practices on Many Machines
- Chialisp Documentation (Official)
- How to Connect to Testnet
- Timelords and Cluster Timelords
- Release Notes
- RPC Interfaces
- Resolve Sync Issues - Port 8444