Installation
To install the server and the server configurator, download the archive corresponding to your operating system and hardware platform architecture and unpack it:
Prerequisites for Windows 7 SP1, ESU:
Prerequisites for Windows 8.1, Windows Server 2012:
To install the server and the server configurator, please run install.bat as an administrator and follow the instructions. If you are using a firewall, then you need to create rules for ports 9881 and 43043. By default, port 9881 is used for server configuration, and port 43043 is used for OPC UA connections.
To install the software, open a terminal and run the following commands:
cd path_to_unzipped_files_mos-x.x.x.x-full-platform-arch
sudo bash ./install.sh
Enter the administrator password and press Enter then follow the steps suggested by the installation script. To start the server, you need systemd and launchd for Linux and macOS, respectively. Executable files: Monokot Server - server/mosconsole, Monokot Server Administrator - admin/mosadmin (macOS -> admin/Monokot Server Administrator.app/Contents/MacOS/mosadmin). If you are using a firewall, then you need to allow incoming connections.
Open a terminal and run the following commands:
sudo iptables -I INPUT -p tcp --dport 9881 -j ACCEPT # 9881 is for configuration
sudo iptables -I INPUT -p tcp --dport 43043 -j ACCEPT # 43043 is for OPC UA clients
Apple menu -> System Preferences -> Security & Privacy -> Firewall,
click on the + button and select the mosconsole executable file (default directory - /Library/Application Support/Monokot/Monokot Server)
Last modified 1mo ago