[%# # base/frontend/jupiter/terminal/index.html.tt Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited -%] [% USE NVData -%] [% CPANEL.CPVAR.dprefix = '../' %] [%# This page should expand to the viewport width rather than following the usual Paper Lantern constraint on max-width. -%] [% WRAPPER '_assets/master.html.tt' app_key => 'terminal', use_master_bootstrap => 0, include_legacy_stylesheets = 0 include_legacy_scripts = 0 include_cjt = 0 page_stylesheets = [ 'libraries/xtermjs/xterm.min.css' ] -%] [% PROCESS '_assets/cjt2_header_include.tt' %]
[% IF CPANEL.ENV.SHELL == '/bin/false' %]

[% locale.maketext('This interface requires shell access to be enabled for your account.') %] [% locale.maketext('To activate shell access, contact your service provider.') %]

[% ELSE %]

[% locale.maketext('This interface provides command line access to your account on the server.') %]

[% locale.maketext('Warning') %]

[% locale.maketext('[output,strong,Exercise extreme caution if you use this interface.] Misuse of command line tools can corrupt or even destroy your data.') %]

[% END %]
[% END -%]