You are running NuGet.Server v2.8.50506.491

Click here to view your packages.

Repository URLs In the package manager settings, add the following URL to the list of Package Sources:
http://nuget.ypgsp.com:7568/nuget
To enable pushing packages to this feed using the nuget command line tool (nuget.exe). Set the api key appSetting in web.config.
nuget push {package file} -s http://nuget.ypgsp.com:7568/ {apikey}

To add packages to the feed put package files (.nupkg files) in the folder "C:\www\wwwservice\Nuget_Service_GA\Packages".