Skip to content

nkhlgit/ServersAccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServersAccess

The intent of this tool is to simplayfy the access(ssh/winscp/http) of any servers in infrastacture.

Acknowledgement

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.

How to use

  1. install putty and windscp.
  2. downlaod the zip file form https://github.com/nkhlgit/ServersAccess/archive/master.zip
  3. 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.
  4. Run ServerAccess.exe; thereafter access http://localhost:8080 from url.
  5. 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..

About

Easy access(ssh/winscp/http) of any servers in infrastacture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors