The intent of this tool is to simplayfy the access(ssh/winscp/http) of any servers in infrastacture.
I want to extend my thanks to Putty (https://www.putty.org/), Winscp(https://winscp.net) and sqllite (https://www.sqlite.org) for creating an awsome tools. ServerAccess tool uses sqllite to store servers information. It send request installed Putty and winscp installed exe on, local machine to invoke connection.
- install putty and windscp.
- downlaod the zip file form https://github.com/nkhlgit/ServersAccess/archive/master.zip
- extract the zip file. I have placed copy of sqlite.exe. In case yo want to use latest version , you can download sqllite.exe and place it in same folder.
- Run ServerAccess.exe; thereafter access http://localhost:8080 from url.
- For bulk import of server data, please refer the template infra_template.csv.
feild : description
name = Unique name of the serer. I can any string.
ip = Serever ip address.
hostname = server hostname.
osUser = User access of OS. this user will be used for ssh and RDP access.
osPassword = osUser Password.
osPort = port open for SSH / RDP.
webPort = port open for we access.
product = Product for user refrence.
datacenter = Name of data centter for user refrence.
webPrefix = web prefix like http or https.
webSuffix = web-suiiffx. anyting after htt://server-IP:Port.
fav = (y/n) reserfed for futhure use to add faviourate servers..