Remote Extension Tasks
How to setup the extension remotely to your Lunar VPS
Last updated
How to setup the extension remotely to your Lunar VPS
Last updated
We have implemented protection (using your password) to avoid any kind of third party but we cannot 100% guarantee that it is safe.
The following guide will make your bot api public to the internet and someone with your password might be able to perform things you can do with extension (buy,sell etc.).
Although we tried our best for your protection, run at your own risk
First of all go ahead and signup on ngrok
Then download ngrok on your server (where bot is running) here
Unzip the file and then double click on it. It will open command promt window
Copy your auth token from here
type in ngrok config add-authtoken $YOUR_AUTHTOKEN
then replace $YOUR_AUTHTOKEN
with the auth token you copied and press enter
then type in ngrok http 9192
. This command will make the bot api where extension communicates public
On your console you will see bunch of stats which includes forwarding. Copy the url which starts with https://
and ends with -ngrok-free.app
Make sure the extension is setup and up to date
Click on the extension and paste the url you copied from your server to the field which says Host (optional)
Now type in your bot password in the extension and press enter
Select tasks on the extension then go to one of the websites we support to start trading
You should not close the console where ngrok is running.
If you do, you need to double click the ngrok.exe and then type in ngrok http 9192
again. You won't be able to access extension from local otherwise