Skip to Content

Change Terminal Emulation to vt102 from Database

How to change terminal emulation to vt102 in Ezeelogin GUI?


Overview: This article helps Ezeelogin gateway users to change the terminal emulation to vt102, both from the Ezeelogin GUI and via the command line.


Step 1: To change terminal emulation, login to Ezeelogin GUI and navigate to Account -> Preferences -> Terminal Emulation


CLI Method:

Execute the following command on the gateway server to change the terminal emulation to vt102 for all users from the backend:

root@ezlogin_gateway ~]# php /usr/local/ezlogin/ez_queryrunner.php "replace into prefix_preferences (user_id, name, value) select id as user_id, 'terminal_emulation' as name,'vt102' as value from prefix_users"