Our Location
304 North Cardinal St.
Dorchester Center, MA 02124

1. Execute the following command in the terminal. If you don’t know how to enter, please refer to the following tutorial.:Tutorial address
2. Enter the following command to replace 61 with 71 and 58 with 68
sed -i 's/61/71/g' /usr/syno/etc.defaults/scemd.xml
sed -i 's/61/71/g' /usr/syno/etc/scemd.xml
sed -i 's/58/68/g' /usr/syno/etc.defaults/scemd.xml
sed -i 's/58/68/g' /usr/syno/etc/scemd.xml
3. Restart to take effect after the replacement is completed