# Node Setup for Performance Testing Event ```admonish info For the moment we paused Fast and Furious `perf` environment. Nym Mainnet environment will be used for future tests, please wait for further instructions. ``` To join the [Performance testing event]({{performance_testing_webpage}}) node operators need to do proceed with the following tasks: 1. **[Sign their node]({{performance_testing_webpage}}) into the testing environment** 2. **[Configure their node](#node-configuration) for the test** 3. (*Not mandatory*) [Setup metric monitoring system](performance.md#monitoring) to observe node performance at any time ## Node Configuration > Any syntax in `<>` brackets is a user's unique variable/version. Exchange with a corresponding name without the `<>` brackets. After you signed your node (or several) into the Performance testing environment, open the machine with (each of) your nodes and follow the steps below to configure your node for the event. #### 1. Download and upgrade to `{{performance_testing_release}}` binary - Download the binary from Nym [release page](https://github.com/nymtech/nym/releases/) (use `wget` or `curl` and binary download URL, don't compile from `master`) - Follow the steps to upgrade node on the [maintenance page](../nodes/manual-upgrade.md) - Before you re-start your node, follow the steps below #### 2. If you run `gateway` mode proceed with these steps. If not, go to the next point - Make sure to have your `nym-node --exit-gateway` setup as [Nym Exit Gateway](../legal/exit-gateway.md) following the commands [here](..//nodes/nym-node.md#quick-nym-node---mode-exit-gateway-setup) #### 3. Restart your node with root privileges and verify connectivity - Either in a root shell or with `sudo -E` command - In case you run your node as a [`systemd` service](../nodes/maintenance.md#systemd) make sure to run `systemctl daemon-reload` before the `service nym-node restart` - Verify that it all worked out on [Nym Harbour Master](https://harbourmaster.nymtech.net/) ## Troubleshooting If you come to any errors during the setup visit [troubleshooting page](../troubleshooting/nodes.md#gateways-mode). In case your issue isn't documented ask in our Element [Node Operators channel](https://matrix.to/#/#operators:nymtech.chat) or raise an [issue](https://github.com/nymtech/nym/issues) on Github.