How to set up visdom server when only have access to one of the server's ports over ssh?
See original GitHub issueBug Description Please enter a clear and concise description of what the bug is.
Reproduction Steps Enter steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior Give a clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Client logs: For issues that make it to the point of reaching the frontend in a browser, please include the javascript logs from that browser. In Chrome, javascript logs can be found via View -> Developer -> JavaScript Console.
Server logs:
For any issues, please include the server logs. These are printed directly to stdout on the machine running visdom
(python -m visdom.server
).
Additional context Add any other context about the problem here. (like proxy settings, network setup, overall goals, etc.)
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top GitHub Comments
I have solved this problem, maybe I can share my solution to those who are’t also the root account of their server, I use mobaxterm to set up the sshtunnel, It’s very convenient.
OK. Thank you, I will try it. I’m not a root account of that domain, I will try to set up a ssh tunnel.