Table of Contents

Service version install and setup

1. Download, unpack and service installation

2. Basic setup

Before we run our compiled PtokaX executable we need to do at least basic configuration.
In source is in directory cfg.example file Settings.pxt with PtokaX settings. You can edit this file with text editor.

Another way is PtokaX inbuild command line menu where is possible to do basic setup, complete setup and to add registered user.
This menu can be used for first time setup and to reconfigure PtokaX. Add reg user part can be used to add additional registered users.
You can run PtokaX menu with command: PtokaX.exe -m

3. Run service

This one is simple. Service will autostart with Windows, but when you want to start it manually go to services, right click on service name and click start.
Another way is to start it from command line with command: sc start servicename (for example sc start PtokaX). 8-)

4. Uninstall service

In case when for some reason you want to uninstall PtokaX service then it is similar to how service was installed. But instead if -i use -u (for example ptokax -u PtokaX).