tony28 Forum User Basic Certified Joined Mar 17, 2017 Messages 122 Reaction score 7 Jan 9, 2021 #1 What is the command to shutdown 3CX services from the command line in Debian without shutting down the server? Last edited: Jan 9, 2021
What is the command to shutdown 3CX services from the command line in Debian without shutting down the server?
tony28 Forum User Basic Certified Joined Mar 17, 2017 Messages 122 Reaction score 7 Jan 9, 2021 #2 Figured out how to stop 3CXStopServices. What is the command to start the services one by one? I need to start the services separately for troubleshooting.
Figured out how to stop 3CXStopServices. What is the command to start the services one by one? I need to start the services separately for troubleshooting.
NickD_3CX Community Manager Silver Partner Advanced Certified Joined Jun 2, 2014 Messages 5,571 Reaction score 1,981 Jan 9, 2021 #3 You need to use the Debian command for that. A simple google search should tell you a few ways you can start/stop individual services on Debian. I very commonly used way is: Code: service <service name> start|stop|status e.g. Code: service 3CXPhoneSystemMC01 start which would start the 3CX Management Console service and all other services that it depends on.
You need to use the Debian command for that. A simple google search should tell you a few ways you can start/stop individual services on Debian. I very commonly used way is: Code: service <service name> start|stop|status e.g. Code: service 3CXPhoneSystemMC01 start which would start the 3CX Management Console service and all other services that it depends on.