Skip to content

royryando/server-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Box

Store your server credentials and connect easily through RDP or SSH

Screenshot

Adding Server List of Server

Requirements

  • Visual Studio (with Net Framework 4.5)
  • LiteDB

Create Portable Version

To create portable version you need to install ILMerge and follow these step:

  • Build project (using Visual Studio)
  • Open CMD
  • Go to debug folder cd [root-project]\ServerBox\bin\Debug
  • Execute ilmerge command ILMerge.exe /target:winexe /targetplatform:"v4,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5" /out:ServerBoxPortable.exe ServerBox.exe LiteDB.dll
  • Portable version will generated in the current directory as ServerBoxPortable.exe

About

Store your server credentials and connect easily through RDP or SSH

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages