Worker

After you loogin with your Access Key, you can start your Worker on your local device or VPS.

Start Worker

You can start your Worker by running the following command:

tf-worker start

Using PM2

You can use PM2 to manage your Worker.

pm2 start tf-worker --name "tf-worker" --max-restarts=3 --restart-delay=60000 -- start
Table of Contents