Can't delete/terminate previous server configuration

Hello everyone.

I have a problem and I don’t seem to find a easy fix for that atm.

I accidentally deleted the file of the test exchange I have created which local host was not responding and then I tried to do everything on terminal but the problem is I can’t seem to configure a new local host without deleting the first one. And I deleted the file so I can’t terminate the exchange straight forward.

How can I terminate the old local host without the file I have established the system configuration?

Error:
Error message:

Cleaning up the web Nginx configuration…
cp: cannot stat ‘/home/fiyu/hollaex-kit/templates/local/nginx/conf.d/web.conf’: No such file or directory
rm: cannot remove ‘/home/fiyu/hollaex-kit/templates/local/nginx/conf.d/web.conf’: No such file or directory
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: ‘/home/fiyu/hollaex-kit/templates/local/terminalborsa-docker-compose-web.yaml’

Note: Completely new to web development and Ubuntu.

I hope this question is appropriate.

Hi. Usually running hollaex server --terminate command would clean up your existing exchange completely.

If that doesn’t work for some reason, try this instead:

Run docker ps to get the existing container names

docker ps 

Make sure that your exchange containers are running on there, and run this to stop the containers

docker stop <YOUR_EXCHANGE_CONTAINE_NAME_1> <YOUR_EXCHANGE_CONTAINE_NAME_2> ...

Once those are all stopped, run this to completely remove it

docker rm <YOUR_EXCHANGE_CONTAINE_NAME_1> <YOUR_EXCHANGE_CONTAINE_NAME_2> ...

You’ll be now good to proceed to run a new exchange.

2 Likes

You can check this https://testnet-faucet.mempool.co/ and try looking for “testnet ‘btc’ faucet” along those lines. Also, this can also be useful for other coin related issues https://docs.hollaex.com/how-tos/add-new-coins-and-pairs