Debian Server reboot problem - can anyone assist

I have installed latest version of Manager Server on my VPS server ( Debian 9) and have mistake according reboot. Manager Server not automatic reboot after rebooting server. Find one trouble - needed disable Apache2 because it block direct connection to to virtual IP and disable any forwarding of IP. Disable it. Now basic server restart normal but i need every time activate ManagerServer.exe manually. Not them restart automatic. I was try many ways. How can i do it?

Suggest that you make use of Systemd as per the installation instructions:

Install the systemd service unit configuration file:

printf "[Unit]\nAfter=network.target\n\n[Service]\nLimitNOFILE=1048576\nExecStart=/usr/bin/mono /usr/share/manager-server/ManagerServer.exe -port 8080\nRestart=on-failure\nStartLimitInterval=600\n\n[Install]\nWantedBy=multi-user.target" | sudo tee /etc/systemd/system/manager-server.service

Reload the systemd daemon:

systemctl daemon-reload

And finally start Manager Server:

systemctl start manager-server

Also have the Manager Server service start automatically on boot so you don’t have to start Manager Server manually:

systemctl enable manager-server

I will try it. Its really work on Debian? Other any parameters to change are needed?

Systemd is distro-agnostic and is now being used on most modern Linux systems, so if your operating system is running Systemd and not some other init system, it will work.
The Manager instructions given are for Ubuntu, but Ubuntu is based on Debian, and so pretty much all of the basic structures and commands are the same and transferable from one to the other.

systemd is default on debian since version 8. so, yeah it should be there on debian 9.

Please use informative titles for your topics. “Can anyone help me?” is not a subject that will attract more potentially knowledgeable forum members.

Tut, i’m sorry. It’s my mistake but also it’s my or our best way to get get real support. Sometimes we (users) get critique but not real help. We can be creative but but product is your and we ask your help.

The product is not mine. I am a user like you. I just happen to also be a forum moderator, but not the developer.

Please believe me, vague titles will not help you more; they will help less.

Dear Tut, i understand. You are right but we will search a better. Support for us (i mean all users ) is very important. Manager is very good software but needed a better support. I want to offer solution which is very simple. Maybe can be created separated forum or similar chat for programmers? It can help for many users. I understand that this chat only for end users and not for integrators and programmers but without first steps (installation and tunning) any user can’t install and use this software. Many topics have also many samples but sometimes they are wrong and according them we lost time and we lose a time and profit. We want a understanding. I’m right?