Reinstall connector in Linux

When trying to reinstall connector in Linux, got this error.

config file “/etc/twingate/connector.conf” already exists

How can be remove the previous connector?

If you do a sudo rm -rf /etc/twingate to remove any old configuration files, and then attempt to deploy again it should work.

You could also specifically download our connector install script (https://binaries.twingate.com/connector/setup.sh), and run that script with -f which will force updating the existing configuration rather than failing because it exists.

-arthur

2 Likes

Thanks @Arthur, works great.