Sync Agent dies after a few hours

Hi,
I have a homemade NAS running Ubuntu Server 16.04 and I’ve set up odrive CLI on it. I followed the instructions and started the Agent server with the nohup command line. However, after a few hours the agent process dies and I need to restart it. It never lasts more than 2 days running. How could I figure out what’s causing the process to die? I have no console set up for this box, all access is done via SSH.
Thanks!

Hi @fabioscaravelli,
Can you see if there is anything in the log located in “$HOME/.odrive-agent/log/agent.log”?
Do you see anything in the syslog or messages log files?

What may be helpful is to run agent so it is not in the background (just run “”$HOME/.odrive-agent/bin/odriveagent" without backgrounding it), then ssh in a separate session to run your commands. When agent dies, it could spit something out that would be helpful.