Wyn Enterprise Administration Guide
- Installation and Deployments
- Configuration Settings
- Security Management
- System Management
Wyn Enterprise: Installing on WindowsOS
To install and use Wyn Enterprise on WindowsOS, you need the following environment.
Requirements
Framework
- .NET Framework 4.6.1
Operating System
- Windows 10
- Windows Server 2016
Browser
- Internet Explorer 11 and above, Microsoft Edge, Google Chrome, and Safari.
Note : Before installing, please disable the anti-virus software on your computer. Such software can interfere with the installation and functionality of Wyn Enterprise.
To Install
- Download and execute the installer (.exe) as System Administrator. The installer will prompt you to install PostgreSQL.
- Click Next to start its installation.
- Confirm the software agreement, set the installation directory, and click Next.
- Select the components you want to install. By default, all the components are selected. Click Next to continue with the installation.
- In the Credentials form, confirm the credentials for the admin login and , and click Next.
In the Software Registration form, fill in the details, and click install.
The installation progress is displayed.
Choose from the built-in or custom database and click Start Program to continue.
- Depending on your OS, the installer may ask for your permission to install one or two operating system updates during installation. Wait until the installation is finished.
After the installation is complete, click Open Portal to open Wyn Enterprise portal - http://localhost:51980/ in the browser. The default credentials (if not changed while installation) that should be used are:
Username: admin
Password: admin
Following are the installer-added services:
- WynDatabase: Maintains a PostgreSQL database.
- WynService: Hosts several processes to maintain Wyn Enterprise websites and other modules.
Default Ports
Wyn Enterprise uses the following ports by default.
- Server: 51981
- Portal: 51980
- Reporting Worker: 51982
- Cot Worker: 51983
You can reassign the ports in the config file.
To Configure
You can change Wyn Enterprise behavior by modifying the primary config file Wyn.conf, located here - C:\Program Files\Wyn Enterprise\Monitor\. The changes are applied after the WynService is restarted. All settings have default values, if you want to change the default value, just uncomment the line and change the value.
Wyn.conf
<SystemConfig xmlns:sys="https://extendedxmlserializer.github.io/system" xmlns="clr-namespace:ConfigMigration.Configuration.V40;assembly=ConfigMigration">
<Version>4.0</Version>
<GlobalSettings>
<IdentityServerUrl>http://localhost:51981</IdentityServerUrl>
</GlobalSettings>
<Services>
<Server>
<Urls>http://*:51981</Urls>
<DataExtraction>
<StorageType>Postgres</StorageType>
<ConnectionString>Host=localhost;Port=5444;UserName=wyn-enterprise;Password=Wr8TGfe2r0;Database=wyndatacache;</ConnectionString>
</DataExtraction>
<Storage>
<StorageType>Postgres</StorageType>
<ConnectionString>Host=localhost;Port=5444;UserName=wyn-enterprise;Password=Wr8TGfe2r0;Database=wynserverdata;</ConnectionString>
</Storage>
<IdentityServer>
<Provider>Server</Provider>
<StorageType>Postgres</StorageType>
<ConnectionString>Host=localhost;Port=5444;UserName=wyn-enterprise;Password=Wr8TGfe2r0;Database=wynis;</ConnectionString>
</IdentityServer>
</Server>
<Portal>
<Urls>http://*:51980</Urls>
</Portal>
<Worker>
<Urls>http://localhost:51982</Urls>
</Worker>
<CotWorker>
<Urls>http://localhost:51983</Urls>
</CotWorker>
</Services>
</SystemConfig>
Installed Files
The Wyn Enterprise files are installed in Program Files, whose values are relative with operation system settings.
File Name | Location |
---|---|
CotWorker | \Wyn Enterprise\ |
logs | \Wyn Enterprise\ |
Monitor | \Wyn Enterprise\ |
Plugins | \Wyn Enterprise\ |
Account | \Wyn Enterprise\Plugins\ |
Dashboard | \Wyn Enterprise\Plugins\ |
DataSet | \Wyn Enterprise\Plugins\ |
Reporting | \Wyn Enterprise\Plugins\ |
Portal | \Wyn Enterprise\ |
ReportingWorker | \Wyn Enterprise\ |
sampledata | \Wyn Enterprise\ |
Server | \Wyn Enterprise\ |
Tools | \Wyn Enterprise\ |
Publish Wyn Enterprise Portal to Internet
By default newly installed Wyn Enterprise can be accessed only via local machine for security reasons.
If you want to make Wyn Enterprise accessible for other machines (on intranet and internet), you need to configure the Wyn Enterprise manually. For more information, see To Configure.
Uninstall Wyn Enterprise
- Go to Settings > Add or Remove Programs.
Click Uninstall.
or
- Run Wyn Enterprise installer.
- Select Remove database if you do not want to preserve the database on uninstalling.
- Click Uninstall.