<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ibhsoftec.com/en/index.php?action=history&amp;feed=atom&amp;title=IBH_OPC_UA%3AInstallation_on_Windows</id>
	<title>IBH OPC UA:Installation on Windows - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ibhsoftec.com/en/index.php?action=history&amp;feed=atom&amp;title=IBH_OPC_UA%3AInstallation_on_Windows"/>
	<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Installation_on_Windows&amp;action=history"/>
	<updated>2026-08-15T12:07:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Installation_on_Windows&amp;diff=2367&amp;oldid=prev</id>
		<title>Axel: Created dedicated Windows installation guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.ibhsoftec.com/en/index.php?title=IBH_OPC_UA:Installation_on_Windows&amp;diff=2367&amp;oldid=prev"/>
		<updated>2026-08-14T12:09:53Z</updated>

		<summary type="html">&lt;p&gt;Created dedicated Windows installation guide&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;IBH OPC UA Server/Client&amp;#039;&amp;#039;&amp;#039; is installed as a 64-bit Windows application. The setup configures the automatically started &amp;lt;code&amp;gt;ibhopcua&amp;lt;/code&amp;gt; Windows service, the tray application and the Web Configurator.&lt;br /&gt;
&lt;br /&gt;
== Workflow at a glance ==&lt;br /&gt;
# Download the current 64-bit setup.&lt;br /&gt;
# Run the setup with administrative privileges.&lt;br /&gt;
# Verify the Windows service and tray application.&lt;br /&gt;
# Open the Web Configurator and change the default password.&lt;br /&gt;
# Activate the license online or offline.&lt;br /&gt;
# Configure and test the OPC UA endpoint and controller connections.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Approved 64-bit Windows system; Windows 10 or Windows 11 is recommended for new installations&lt;br /&gt;
* Local administrative privileges for installation&lt;br /&gt;
* Static IP address or resolvable hostname recommended&lt;br /&gt;
* Network access to the configured controllers&lt;br /&gt;
* DNS resolution and HTTPS access to the license server for online activation&lt;br /&gt;
* Required TCP ports available or configured&lt;br /&gt;
&lt;br /&gt;
Before updating an existing installation, create a configuration backup and close the tray application.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
Download the current 64-bit setup from the official site:&lt;br /&gt;
&lt;br /&gt;
* [https://www.ibhsoftec.com/c/download/ibh-opc-ua-server-client Download IBH OPC UA Server/Client]&lt;br /&gt;
&lt;br /&gt;
Use only an installer from a trusted source and verify the IBHsoftec digital signature if required.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
# Sign in with an account permitted to install software.&lt;br /&gt;
# Right-click the setup file and select &amp;#039;&amp;#039;&amp;#039;Run as administrator&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Verify the publisher and confirm the Windows security prompt.&lt;br /&gt;
# Follow the installation wizard.&lt;br /&gt;
# Keep the proposed installation folder unless your system policy requires another location.&lt;br /&gt;
# Complete the installation and restart Windows if requested.&lt;br /&gt;
&lt;br /&gt;
The default folder is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
C:\Program Files\IBH OPC UA Server-Client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The setup installs the &amp;lt;code&amp;gt;ibhopcua&amp;lt;/code&amp;gt; service, &amp;lt;code&amp;gt;IBHOpcUATray.exe&amp;lt;/code&amp;gt;, the server/client runtime, the Web Configurator and Start menu entries.&lt;br /&gt;
&lt;br /&gt;
== Check the service and tray ==&lt;br /&gt;
Open &amp;lt;code&amp;gt;services.msc&amp;lt;/code&amp;gt;. The &amp;#039;&amp;#039;&amp;#039;IBH OPC UA Server-Client&amp;#039;&amp;#039;&amp;#039; service, internally named &amp;lt;code&amp;gt;ibhopcua&amp;lt;/code&amp;gt;, should be present and start automatically.&lt;br /&gt;
&lt;br /&gt;
Administrative PowerShell commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Get-Service ibhopcua&lt;br /&gt;
Start-Service ibhopcua&lt;br /&gt;
Restart-Service ibhopcua&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Start_Server.png|thumb|center|600px|Starting the IBH OPC UA Server/Client. The appearance may vary.]]&lt;br /&gt;
&lt;br /&gt;
The tray application provides access to start, stop, the Web Configurator and diagnostics. If the icon is missing, start &amp;#039;&amp;#039;&amp;#039;IBH OPC UA Server-Client&amp;#039;&amp;#039;&amp;#039; from the Windows Start menu.&lt;br /&gt;
&lt;br /&gt;
[[File:IBH_OPC_UA_Start_Tray.png|thumb|center|350px|Starting the tray application from the Start menu.]]&lt;br /&gt;
&lt;br /&gt;
== Open the Web Configurator ==&lt;br /&gt;
Open it from the tray menu or use:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://localhost:48080&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From another computer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://IP-ADDRESS-OR-HOSTNAME:48080&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For an unchanged initial installation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! User name&lt;br /&gt;
! Password&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;admin&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;admin&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Change the default password immediately after the first login.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Network and firewall ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Function&lt;br /&gt;
! Default TCP port&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| Windows Web Configurator&lt;br /&gt;
| 48080&lt;br /&gt;
| Allow only from required administration networks&lt;br /&gt;
|-&lt;br /&gt;
| OPC UA Server&lt;br /&gt;
| 48010&lt;br /&gt;
| Endpoint for OPC UA clients&lt;br /&gt;
|-&lt;br /&gt;
| HTTPS web access&lt;br /&gt;
| according to configuration&lt;br /&gt;
| Allow only when HTTPS is configured&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
MQTT, the integrated OPC UA Client and online activation may require additional outgoing connections.&lt;br /&gt;
&lt;br /&gt;
== License activation ==&lt;br /&gt;
The former hardware-ID, email, serial-number and PIN workflow is no longer current.&lt;br /&gt;
&lt;br /&gt;
=== Online activation ===&lt;br /&gt;
# Open &amp;#039;&amp;#039;&amp;#039;System / Licensing&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
# Enter the license serial number.&lt;br /&gt;
# Enter the associated eight-digit secret.&lt;br /&gt;
# Start activation and verify the license status.&lt;br /&gt;
&lt;br /&gt;
=== Offline activation ===&lt;br /&gt;
# Generate and download &amp;lt;code&amp;gt;ibhlinkua-license-request.json&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Process the request using the designated licensing workflow on a computer with Internet access.&lt;br /&gt;
# Upload the signed JSON license file.&lt;br /&gt;
# Verify the license status.&lt;br /&gt;
&lt;br /&gt;
The license is bound to the Windows computer. See [[IBH OPC UA:Licensing|Licensing]].&lt;br /&gt;
&lt;br /&gt;
== OPC UA connection test ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
opc.tcp://IP-ADDRESS-OR-HOSTNAME:48010&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add the endpoint to an OPC UA client, verify the server certificate, select the matching security policy and authentication, browse the address space and read a test variable. Write only to variables explicitly intended for testing.&lt;br /&gt;
&lt;br /&gt;
== Update ==&lt;br /&gt;
# Back up the configuration.&lt;br /&gt;
# Download the current 64-bit setup.&lt;br /&gt;
# Run it as administrator over the existing installation.&lt;br /&gt;
# Restart Windows if requested.&lt;br /&gt;
# Verify the service, license, certificates, projects and controller connections.&lt;br /&gt;
&lt;br /&gt;
Perform a downgrade only after consulting IBHsoftec Support.&lt;br /&gt;
&lt;br /&gt;
== Uninstallation ==&lt;br /&gt;
Open &amp;#039;&amp;#039;&amp;#039;Settings / Apps / Installed apps&amp;#039;&amp;#039;&amp;#039;, select &amp;#039;&amp;#039;&amp;#039;IBH OPC UA Server-Client&amp;#039;&amp;#039;&amp;#039; and start uninstallation. Back up configuration, certificates and licensing information before removing remaining data.&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
; Setup does not start&lt;br /&gt;
: Check administrative privileges, digital signature, Windows version, antivirus software and system policies.&lt;br /&gt;
&lt;br /&gt;
; Service does not start&lt;br /&gt;
: Check &amp;lt;code&amp;gt;services.msc&amp;lt;/code&amp;gt;, Windows Event Viewer and port conflicts.&lt;br /&gt;
&lt;br /&gt;
; Tray icon is missing&lt;br /&gt;
: Start the tray application from the Start menu and check hidden taskbar icons.&lt;br /&gt;
&lt;br /&gt;
; Web Configurator cannot be reached&lt;br /&gt;
: Check the service, TCP port 48080, local URL and Windows Firewall.&lt;br /&gt;
&lt;br /&gt;
; OPC UA client cannot connect&lt;br /&gt;
: Check endpoint, port 48010, system time, certificates, security policy and user authentication.&lt;br /&gt;
&lt;br /&gt;
; Online activation fails&lt;br /&gt;
: Check Internet access, DNS, proxy, firewall, system time, serial number and the eight-digit secret.&lt;br /&gt;
&lt;br /&gt;
== Next steps ==&lt;br /&gt;
* [[IBH OPC UA:Startup operations|Startup and commissioning]]&lt;br /&gt;
* [[IBH OPC UA:Installation on Linux|Installation on Linux]]&lt;br /&gt;
* [[IBH OPC UA:Licensing|Licensing]]&lt;br /&gt;
* [[IBH OPC UA Editor]]&lt;br /&gt;
* [[IBH OPC UA:Manual|Manual overview]]&lt;/div&gt;</summary>
		<author><name>Axel</name></author>
	</entry>
</feed>