Run aped - APE-Project/APE_Server GitHub Wiki
#To run the APE Server ##You installed from source If you installed APE from source simply go to the /bin/ folder and launch:
APE:~/APE_Server/bin/# ./aped##You installed from a DEB If you use a debian package your APE server is already launched, you have to restart it to take configuration change.
APE:~# /etc/init.d/ape-server restart##You installed from a RPM If you installed the APE Server through a RPM package you have to launch APE and specify the config file
APE:~# /usr/bin/ape --cfg /etc/ape/ape.confIf you are interested in a startup script, have a look at [Startup script].
That's it # The APE Server is now waiting for incomming connections#
If for some reason you APE Server does not start, you might want to check this page: [Troubleshooting]
#Now what? You can proceed to the next step: Test the installation.