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
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).
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).