**Run the server** with the following command. Use `127.0.0.1` as the address and port `1234`. These values you will need to use in the Mods interface later (they are there by default, but in case you want to use your own numbers).
**Mac**
```
python3 py/pythonserial.py 127.0.0.1 1234
```
**Linux (Ubuntu)**
```
sudo python3 py/pythonserial.py 127.0.0.1 1234
```
Server should be running now. The rest of it is running Mods in your browser. Refer to [instructions](https://github.com/fabfoundation/mods#running-mods-locally-in-your-computer) on the community repository of mods.
> Replace the `serial` module with `pyserial` in the community version of mods.