Can't access to WCS Manage CLI

hqphuong

New Member
Hi Max
My WCS version : v. 0.5.28.2747 - 5.1.3356-584520f10d3cbac576cbe67fbfadc11d2111cbb0
When i use putty to logon WCS manager CLI, it failed
1. Use ssh port 22
upload_2018-10-23_10-15-54.png


upload_2018-10-23_10-16-20.png


2. Use ssh port 2000
upload_2018-10-23_10-16-57.png


upload_2018-10-23_10-17-10.png


What wrong when i connect to WCS manager CLI?

Thanks

hqphuong
 

Max

Administrator
Staff member
WCS manager CLI is available on port 2000, not 22.
Port 22 is the standard SSH port to access Linux server, so you have to use your Linux user credentials on this port.
As for WCS manager CLI, check if WCS is started successfully as described here, then check if TCP port 2000 is listened by WCS process. If WCS started and listens the port, check if this port available from your PC as described here.
 

hqphuong

New Member
Hi Max
This i listened my WCS Process
upload_2018-10-23_11-10-34.png


From my computer, i can telnet to WCS server by port 2000
upload_2018-10-23_11-11-26.png


upload_2018-10-23_11-11-35.png


But when i use putty to connect WCS server by port 2000
upload_2018-10-23_11-12-25.png


upload_2018-10-23_11-12-43.png


it only black screen.
What wrong?
Thanks
 

Max

Administrator
Staff member
Please do the following:
1. Connect to your Linux server through SSH as you done when checking for ports listened
2. Try to enter WCS CLI with command
Code:
ssh admin@localhost -p 2000
3. Enter admin password that you have set on first logon to web interface
4. You are in WCS CLI!
If you successfully enter to CLI as described above then port 2000 is probably blocked on your PC or somewhere between your PC and your server.
 
Top