Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/gcp/getting-started-on-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ You can specify with which [Machine Type](https://cloud.google.com/compute/docs/

```sh
darknode up --name my-first-darknode --gcp --gcp-credentials PATH_TO_YOUR_DOWNLOADED_JSON_FILE --gcp-machine-type f1-micro
```
```

### How to fix a faulty installation/deploy or reinstall

You can use the configuration file to fix a registered node that didn't deploy right or doesn't connect. Simply deploy another node without registering, then copy the `config.json` file from the faulty installation to the new node installation both locally and remote. Locally the file will be located on `~/.darknode/darknodes/YourNodeName/config.json` and remotely `/home/darknode/config.json`. Once copied, the node and CLI should automatically connect.