Skip to main content
All CollectionsTroubleshooting | MystNodes Help Center
How to get/submit your node logs if there is no access to the application interface/UI?
How to get/submit your node logs if there is no access to the application interface/UI?
Andzej Korkuz avatar
Written by Andzej Korkuz
Updated over a week ago
  1. To get a detailed log for Mysterium node service and save it into a specified file, you can use the following command:
    โ€‹sudo journalctl -u mysterium-node.service > [your_file_name].log
    โ€‹Send your log file to [email protected] or via chat

  2. Report issue directly to Mysterium support using API service: curl -X POST --data '{"email":"[email protected]"}' localhost:4050/feedback/issue *"email" is optional

Did this answer your question?