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
Feedback sent
We appreciate your effort and will try to fix the article