Log in to the server via SSH and input the following command to change the maximum login number of the IVS Client Admin user to 10:
su postgres -c" /home/postgres/bin/psql -p 6000 -d smu -c \"update tbl_smu_user_info set MAX_SESS_CNT=10 where LOGIN_NAME='Admin';\""

