Starting and Stopping Newired Service

Modified on Tue, 27 Sep, 2022 at 7:55 AM

Many times you could need to restart or temporarily stop Newired portal service. For example when you need to update the portal to a newer version, when customizing Newired's colors or when you need to setup your portal server to run on HTTPS protocol.


Here we explain how to do that.


Windows


Run the command prompt as an administrator (type cmd on the Windows search bar, right click on Command prompt and select Run as administrator)


Starting the service


Type the command below


net start "Newired Portal"

Stopping the service


Type the command below


net stop "Newired Portal"

CentOS


Open the terminal by clicking on Application > Terminal.


 


Starting the service


Type the command below


systemctl restart newired

Stopping the service


Type the command below


systemctl stop newired

Checking the service status


Type the command below


systemctl status newired

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article