First you will have to update the repositories of your Cloud Server. To do this you must launch the command ‘apt-get update’ in the console:
This command will not update your server, it will only check if there are new packages available.
Once finished, we will update only SWPanel RPC using the following command ‘apt-get install --only-upgrade swpanel-rpc’:
Finally, we check that the service is started with the command ‘service swpanelrpcd status’:
💡 You must check that the service appears in the command output as active (running).