# Update seed peer to resolve connectivity issue

**(A) For Windows**

1. Login Gitbash as a administrator and switch to script path
2. The normal path should be “$GOPATH/src/github.com/scripttoken/script”. Type “cd go/src/github.com/scripttoken/script” and press enter to get there, then run the following command.

git pull

3. Now execute below command to copy or match the updated config file to scriptnet path,

cp -r ./integration/scriptnet/node/config.yaml ../scriptnet/node

&#x20;cd ../scriptnet/node

&#x20;rm db&#x20;

wget <https://scripttv.s3.eu-central-1.amazonaws.com/ablockchain-backup/db.zip>

unzip db.zip

4. Close gitbash and then reopen gitbash again by right clicking the icon and select run as an administrator, then execute the below command.

cd go/src/github.com/scripttoken/script

5. Switch to "bin" directory i.e $GOPATH/bin/ where your binary has been generated using the above command. Navigate to the bin folder by typing “cd $GOPATH/bin”.
6. Atlast run your node as it was running earlier after closing the previous terminals

**(B) Linux/Ubuntu**

1. Open terminal and navigate to script path which should be similar to this : "$GOPATH/src/github.com/scripttoken/script" . Type "cd /usr/local/go/src/github/scripttoken/script" and press enter to get there, then run the following command.

git pull

2. Now execute below command to copy or match the updated config file to scriptnet path,

cp -r ./integration/scriptnet/node/config.yaml ../scriptnet/node

cd ../scriptnet/node&#x20;

rm -rf db&#x20;

wget <https://scripttv.s3.eu-central-1.amazonaws.com/ablockchain-backup/db.zip>

unzip db.zip

3. Switch back to script path by below command,

cd ../../script&#x20;

sudo chmod -R 777 /usr/local/go

4. close the running sesssion of node.
5. Atlast run your node as it was running earlier in sessions.

**(C) MAC**

1. Open terminal and navigate to script path which should be similar to this : "$GOPATH/src/github.com/scripttoken/script" . Type "cd /usr/local/go/src/github/scripttoken/script" and press enter to get there, then run the following command.

git pull

2. Now execute below command to copy or match the updated config file to scriptnet path,

cp -r ./integration/scriptnet/node/config.yaml ../scriptnet/node&#x20;

cd ../scriptnet/node&#x20;

rm -rf db&#x20;

wget <https://scripttv.s3.eu-central-1.amazonaws.com/ablockchain-backup/db.zip>

unzip db.zip

3. Switch back to script path by below command,

cd ../../script&#x20;

sudo chmod -R 777 /usr/local/go

4. close the running sesssion of node.
5. Atlast run your node as it was running earlier in sessions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.script.tv/frequently-asked-question/update-seed-peer-to-resolve-connectivity-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
