# Find Server and Token

In this step if you're confusing what's your IP:PORT and token for your algorand node. You can use this following command to get that server and token you need to setup Goracle Node.

#### Go To the Algorand Directory

```bash
cd /var/lib/algorand
```

#### Check algod.net and algod.token

{% hint style="danger" %}
Copy all result and save in your notepad. The result of **algod.net** file for the port may be different. Because i saw someone not using **8080** port by default. So make sure double check.
{% endhint %}

```
cat algod.net
```

the result :&#x20;

**127.0.0.1:8080**

{% hint style="danger" %}
Don't forget to add **http\://** in "server" configuration of your `.goracle` file later.
{% endhint %}

```
cat algod.token
```

the result :&#x20;

**85a6891e0ea.................**

This is just example and now you can go to the next step to setup your goracle node.
