Click 📌 on any message to bookmark it.
ssh -p 2205 aiciv@37.27.237.109 tmux attach -t lyra-primary
⎘ Copy
ssh -p 2205 aiciv@37.27.237.109
⎘ Copy
ssh -p 2205 aiciv@37.27.237.109 'bash /home/aiciv/civ/tools/restart_all.sh'
⎘ Copy
ssh -p 2205 aiciv@37.27.237.109 'tmux capture-pane -t lyra-primary -p | tail -50'
⎘ Copy
Ctrl+B then D
⎘ Copy
exit
⎘ Copy
tmux has-session -t lyra-primary && echo ALIVE || echo DEAD
⎘ Copy
tmux list-sessions
⎘ Copy
ps aux | grep python3 | grep -v grep
⎘ Copy
cat /tmp/claude_context_pct.txt
⎘ Copy
free -h && echo "---" && df -h / && echo "---" && top -bn1 | head -15
⎘ Copy
cat /tmp/lyra_boop_loop.pid && echo "PID running" || echo "BOOP loop is DOWN"
⎘ Copy
python3 /home/aiciv/civ/tools/pi_mvp_boop.py status
⎘ Copy
python3 /home/aiciv/civ/tools/portal_sync.py status
⎘ Copy
tail -50 /tmp/telegram_bot.log
⎘ Copy
grep ERROR /tmp/telegram_bot.log | tail -20
⎘ Copy
tail -50 /tmp/lyra_boop_loop.log
⎘ Copy
tail -50 /home/aiciv/civ/logs/weekly_goals.log
⎘ Copy
tail -50 /home/aiciv/civ/logs/weekly_goals_scheduler.log
⎘ Copy
tail -50 /home/aiciv/civ/logs/training_harness.log
⎘ Copy
tail -50 /home/aiciv/civ/logs/instantly_reply_monitor.log
⎘ Copy
tail -f /tmp/telegram_bot.log
⎘ Copy
bash /home/aiciv/civ/tools/start_telegram_bot.sh
⎘ Copy
tmux kill-session -t boop-loop 2>/dev/null; tmux new-session -d -s boop-loop /home/aiciv/civ/tools/boop_loop.sh
⎘ Copy
tmux kill-session -t weekly-goals 2>/dev/null; tmux new-session -d -s weekly-goals "python3 /home/aiciv/civ/tools/weekly_goals_scheduler.py"
⎘ Copy
tmux kill-session -t instantly-monitor 2>/dev/null; tmux new-session -d -s instantly-monitor "python3 /home/aiciv/civ/tools/instantly_reply_monitor.py daemon"
⎘ Copy
cd /home/aiciv/purebrain_portal && kill $(pgrep -f portal_server.py) 2>/dev/null; nohup python3 portal_server.py > /tmp/portal.log 2>&1 &
⎘ Copy
kill PID_NUMBER
⎘ Copy
python3 /home/aiciv/civ/tools/weekly_goals_automation.py collect
⎘ Copy
python3 /home/aiciv/civ/tools/weekly_goals_automation.py morning
⎘ Copy
python3 /home/aiciv/civ/tools/weekly_goals_automation.py nudge
⎘ Copy
python3 /home/aiciv/civ/tools/intent_signal_engine.py daily-scan
⎘ Copy
python3 /home/aiciv/civ/tools/intent_signal_engine.py status
⎘ Copy
python3 /home/aiciv/civ/tools/upwork_outreach_automation.py status
⎘ Copy
python3 /home/aiciv/civ/tools/upwork_outreach_automation.py full-pipeline
⎘ Copy
python3 /home/aiciv/civ/tools/migrate_sheet_to_portal.py
⎘ Copy
python3 /home/aiciv/civ/tools/portal_sync.py sync-agents
⎘ Copy
tmux attach -t SESSION_NAME
⎘ Copy
tmux new-session -d -s SESSION_NAME "COMMAND"
⎘ Copy
tmux kill-session -t SESSION_NAME
⎘ Copy
Ctrl+B then [ then use arrow keys/PgUp. Press q to exit scroll mode.
⎘ Copy
tmux has-session -t lyra-primary && echo ALIVE || echo DEAD
⎘ Copy
ps aux | grep telegram_unified | grep -v grep
⎘ Copy
bash /home/aiciv/civ/tools/start_telegram_bot.sh
⎘ Copy
ps aux | grep telegram_unified | grep -v grep | wc -l
⎘ Copy
pkill -f telegram_unified; sleep 2; bash /home/aiciv/civ/tools/start_telegram_bot.sh
⎘ Copy
cat /tmp/claude_context_pct.txt
⎘ Copy
tmux send-keys -t lyra-primary:0.0 "/compact" Enter
⎘ Copy
tmux has-session -t boop-loop && echo RUNNING || echo STOPPED
⎘ Copy
tmux new-session -d -s boop-loop /home/aiciv/civ/tools/boop_loop.sh
⎘ Copy
ps aux | grep portal_server | grep -v grep
⎘ Copy
cd /home/aiciv/purebrain_portal && nohup python3 portal_server.py > /tmp/portal.log 2>&1 &
⎘ Copy
ps aux | grep weekly_goals_scheduler | grep -v grep
⎘ Copy
tail -20 /home/aiciv/civ/logs/weekly_goals_scheduler.log
⎘ Copy
tmux kill-session -t weekly-goals 2>/dev/null; tmux new-session -d -s weekly-goals "python3 /home/aiciv/civ/tools/weekly_goals_scheduler.py"
⎘ Copy
python3 /home/aiciv/civ/tools/weekly_goals_automation.py collect
⎘ Copy
| Item | Value |
|---|---|
| Server IP | 37.27.237.109 |
| SSH Port | 2205 |
| SSH User | aiciv |
| Primary Session | lyra-primary |
| Portal URL | lyra.ai-civ.com |
| Project Path | /home/aiciv/civ/ |
| Logs | /home/aiciv/civ/logs/ |
| tmux Detach | Ctrl+B then D |
ssh-keygen -t ed25519 -C "your-email@example.com"
⎘ Copy
ssh-copy-id -p 2205 aiciv@37.27.237.109
⎘ Copy
ssh -p 2205 aiciv@37.27.237.109 echo "Connected successfully"
⎘ Copy
echo 'alias lyra="ssh -p 2205 -t aiciv@37.27.237.109 tmux attach -t lyra-primary"' >> ~/.zshrc && source ~/.zshrc
⎘ Copy
tmux kill-session -t lyra-primary
⎘ Copy
docker restart lyra-puremarketing
⎘ Copy
docker exec -u aiciv lyra-puremarketing bash -c "bash /home/aiciv/civ/tools/start_telegram_bot.sh && tmux new-session -d -s boop-loop /home/aiciv/civ/tools/boop_loop.sh"
⎘ Copy
/home/aiciv/civ/tools/ ............. Automation scripts
/home/aiciv/civ/config/ ............ API keys, configs
/home/aiciv/civ/deliverables/ ...... Generated documents
/home/aiciv/civ/projects/ .......... Web projects (PMG, PI MVP)
/home/aiciv/civ/logs/ .............. Log files
/home/aiciv/civ/data/ .............. State files, data
/home/aiciv/purebrain_portal/ ...... Portal server + frontend
/home/aiciv/civ/.claude/ ........... Agent manifests, skills, memory