> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# Clean and reconfigure with mod_signalwire

When using FreeSWITCH mod\_signalwire, these commands can be used to unload mod\_signalwire, discard current Connector configs, and obtain a new Token.

| Action              | Command                                                                                                                                                                               |
| :------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Unload mod          | `fs_cli -x “unload mod_signalwire”`                                                                                                                                                   |
| Kill gateway        | `fs_cli -x “sofia profile signalwire killgw signalwire”`                                                                                                                              |
| Remove config files | `fs_cli -x "signalwire token-reset"`                                                                                                                                                  |
| Load mod            | `fs_cli-x “load mod_signalwire”`                                                                                                                                                      |
| Reconfigure         | Obtain new token with `fs_cli -x "signalwire token"`, delete old connector from account Dashboard and complete setup process again; also re-forward Number to newly created Connector |