Providing customer assistance
Server admins can create admin tokens to remotely assist users when requested.
- Enter the following command to start the Rails console:
heroku run rails console --app=farmbot-staging - Enter the following command to send a troubleshooting ticket to the feedback webhook URL. Replace the
idnumber with the device id of the user requesting assistance andnamewith your name.Device.find_by(id: 000).provide_feedback("created by staff member name") - Paste the token contents into the Javascript console of a browser while using the web app.
- Refresh the page.
- Visit
/terminalfor device shell access if needed. - Use
Logout and destroy tokenwhen remote assistance has been completed.