The Windows installation packages are provided in the MSI (Windows Installer) format. There are separate Tectia Server installation packages for Microsoft Windows versions running on the 32-bit (x86) and 64-bit (x86-64) platform architectures. Tectia Server installation packages can be used to install also Tectia Client.
The installation package is a zip file containing the Tectia Client/Server license files and the executable Windows Installer (MSI) packages.
You must have administrator rights to install Tectia Client/Server on Windows.
For Tectia Client/Server to be fully functional after installation, you must restart the computer.
Note | |
---|---|
If you do not restart the computer after installing Tectia Server, the server will run with the following limitations in the authentication of local users and domain users from one-way trusted domains:
Tectia Server will write warning messages into the Windows Event Log. Use the Windows Event Viewer to examine the log contents (On the Tectia Server Configuration tool's Tectia Server page, click the button. |
Note | |
---|---|
Tectia Server cannot be installed on file systems that do not support permissions (for example, FAT16 or FAT32). The hard disk partition where Tectia Server is installed must use the NTFS file system. |
The installation is carried out by a standard installation wizard. The wizard will prompt you for information and will copy the program files, install the services, and generate the host key pair for the server.
To install Tectia Server and (optionally) Tectia Client on Windows, follow the instructions below:
Make sure no other software is using port 22 (Tectia Server default listen port). Stop any competing server software or change their listen port.
Extract the contents of the installation zip file to any temporary location.
Locate the correct Windows Installer file
ssh-tectia-server-
,
where:<version>
-windows-<platform>
.msi
<version>
shows the Tectia Client/Server release version and
build number, for example 6.5.2.123
.
<platform>
shows the platform architecture:
x86
for 32-bit and x86_64
for 64-bit
Windows versions.
Double-click the installation file, and the installation wizard will start.
Note | |
---|---|
The license files will be imported automatically when you extract the contents of
the If you run the
On Windows 10, Tectia packages downloaded via browser may trigger a Windows protected your PC warning. In such cases, proceed with the installation by clicking More info and Run anyway. |
Follow the wizard through the installation steps and fill in information as requested.
The installation wizard will display options Typical, Custom and Complete.
If you do not want to install both Tectia Server and Client, select Custom and choose which product components you wish to install.
The server host key is generated during the installation.
When the installation has finished, click Finish to exit the wizard.
Fresh installation always requires restarting the computer. In case you were performing an upgrade, a restart is not necessarily required.
Restart the computer.
Tectia Server will start automatically every time the computer is started, and it stays running in the background. Tectia Server displays no icons on the desktop, but you can see it listed in the Windows Start → Programs menu.
In case the server does not (re)start automatically, you can start it manually according to the instructions given in Starting and Stopping on Windows.
Tectia Server can also be installed silently on a server host. Silent (non-interactive) installation means that the installation procedure will not display any user interface and will not ask any questions from the user. This option is especially useful for system administrators, as it allows remotely-operated automated installations.
In silent mode, Tectia Server is installed with the default settings and without any additional features.
Note | |
---|---|
After Tectia Server has been installed, it is automatically restarted. |
The following command can be used to install Tectia Server silently:
msiexec /q /i ssh-tectia-server-<version>
-windows-<platform>
.msi INSTALLDIR="<path>
"
In the command:
<version>
shows the current version of
Tectia Server, for example 6.5.2.123
.
<platform>
shows the platform architecture:
x86
for 32-bit and x86_64
for 64-bit
Windows versions.
<path>
is the path to the desired installation
directory. If the INSTALLDIR
variable is omitted, Tectia Server is
installed to the default location.
The above command installs all features available in the Tectia Server installer, including Tectia Client. If you wish to install only Tectia Server, use the ADDLOCAL property as follows:
msiexec /q /i ssh-tectia-server-<version>
-windows-<platform>
.msi ADDLOCAL=tectia_server \ INSTALLDIR="<path>
"
It is also possible to use the Tectia Server installer to install only Tectia Client:
msiexec /q /i ssh-tectia-server-<version>
-windows-<platform>
.msi ADDLOCAL=tectia_client \ INSTALLDIR="<path>
"