Old EzUGCC Documentation

Post Reply
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Old EzUGCC Documentation

Post by Masher »

EzUGCC is a pre-configured version of UGCC that uses apache. It is a self extracting installer that runs an included configuration program that automagically configures the panel, the monitor, and everything else required. It is not stripped down in any way from the manual install version and will allow you to easily setup UGCC for evaluation or production use.

Installation Directions
  • After downloading EzUGCC from our downloads page, run the file. It'll uncompress some files and automatically start the installer. Screen shot below.
  • Set the listenport to a TCP port for the web server to listen for requests on. If you are not running a web server, port 80 is recommended.
  • If you want the web server to start with windows, click the 'Install as Service' checkbox
  • The email address is used only in error pages for the web server
  • If your computer is accessible from the internet, it's recommended you enter the fully qualified domain name. If you don't have one enter your IP. If you don't know that either, just accept the default.
  • When you click install, the installer will copy the files, register the monitor service (and web server service if chosen), your config files will be customized and the services will be started.
  • If you didn't install the web server as a service, you'll have to start it by running the .bat file in the root of where EzUGCC was installed (C:\Program Files\EzUGCC by default) This file should be created by the installation tool.
  • You should be able to log in to the panel using the username 'admin' and password 'admin'. Change your password ASAP!
  • Obtain a license for full functionality. See the license page for more info on buying a license or getting a demo license.
Image

Upgrade Instructions:
  • When upgrading, you should use the EzUGCC upgrage package, using the EzUGCC installer will overwrite your database. Instructions for upgrading are also included in the package.
  • Stop the monitor service. 'net stop ugccmon' in Start-->Run
  • Backup your header.inc, footer.inc, and any customized styles (css files)
  • Extract the contents of the archive into the EzUGCC folder overwriting existing files
  • Login to the panel so that any necessary database updates can be performed
  • Start up the monitor
  • Login to the panel and ensure everything is working properly
  • Review the logs for any errors
Notes:
  • Available for Windows users only. Works with Windows 7, 2008 Server, Vista, 2003 Server, XP, 2000.
  • EzUGCC uses an sqlite backend by default. You'll have to switch to MySQL for it to work with remote servers.
  • Clicking the uninstall button on the installer (in EzUGCC\bin) only unregisters the services, it does not delete the files.
  • The logs, license, and license requests can be found in the logs folder
  • The web control panels files are in the www folder
  • The monitor is located in the monitor folder
  • If you setup the panel to run on a different port than 80, you'll need to use the following syntax to access it via a browser: http://<url>:<port> ie. http://www.brainless.us:8080
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply