# Step 3: Configure and start Stader services

### To configure Stader services, follow these steps:

1. Open the file **`~/.stader/user-settings.yml`** using a text editor of your choice.
2. Add the following information:
   * External beacon chain URL
   * External execution chain URL
   * URL of your Web3Signer with the loaded Validator Keys intended for registration with Stader.

     These URLs are primarily used for querying blockchain data and sending transactions. For the best experience, it is recommended to use the fastest available RPC endpoint.

     <img src="https://2887552281-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9WB8WelcE8wl4vdsYf70%2Fuploads%2Fgit-blob-7692962fccc8552bf8f0205b2201d7a259ccc606%2Fimage.png?alt=media" alt="" data-size="original">
3. Update the network to mainnet or testnet

   Under the stadernode > network section please update the network

   For Testnet- `network: prater`\
   For Mainnet - `network: mainnet`

**Note:** If you're using a self-signed CA for your Web3Signer, set the **`allowAnyCa`** parameter to true under the **`externalWeb3Signer`** section in the **`user-settings.yml`** file to skip CA verification.

### To start Stader services run the following command&#x20;

**`~/bin/stader-permissioned-cli service start`**
