This project is a backend/terminal application. The “UI” runs in a terminal (Rich UI), not as a web page.
To view the running UI on the server:
tmux attach -t arbitrage_ui
To detach (keep it running): Ctrl+b then d
To stop it:
tmux kill-session -t arbitrage_ui
If you want to access a dashboard via https://ai.czb.com, we can start a web service
(e.g. Streamlit) on a local port and configure Nginx reverse proxy in BaoTa.