question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to set up visdom server when only have access to one of the server's ports over ssh?

See original GitHub issue

Bug Description Please enter a clear and concise description of what the bug is.

Reproduction Steps Enter steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. 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:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
12chenycommented, Dec 5, 2018

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.

0reactions
12chenycommented, Dec 5, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to set up visdom server when only have access to one of ...
I have run the only one command (python -m visdom.server) in my server ... the visdom server process on a server in which...
Read more >
How to allow SSH connections from LAN and WAN on ...
Now we must configure the firewall to allow SSH connections from the WAN, but only to port 2222. We can do this with...
Read more >
How do I set up visdom on a remote server (HPC3, using a ...
I am using a HPC3 system which makes use of a SLURM script and command line arguments to run the training. I have...
Read more >
How to Set up SSH Tunneling (Port Forwarding) - Linuxize
In this forwarding type, the SSH client listens on a given port and tunnels any connection to that port to the specified port...
Read more >
How to set ssh tunnel properly so you can access site on the ...
You need to get the client web browser to connect to client port 8080, which as others and myself have said involves pointing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found