Changes

From SME Server
Jump to navigationJump to search
Line 811: Line 811:  
Cette fonctionnalité a été longtemps obsolète et a finalement été retirée dans la version 7.2.
 
Cette fonctionnalité a été longtemps obsolète et a finalement été retirée dans la version 7.2.
   −
Si vous voulez vraiment utiliser ceci, renvoyer 443 sur localhost:443 et puis utilisez :
+
Si vous voulez vraiment utiliser ceci, renvoyer 443 sur localhost:443 :
 +
ssh -L 443:localhost:443 root@ip-sme-or-hostname-sm
 +
et puis utilisez :
 
https://localhost/server-manager/
 
https://localhost/server-manager/
 +
 +
*Access with non standard ports
 +
In certain cases which you are not root on the local computer, you can not redirect port < 1024, so you have to use port > 1024 as the example below.
 +
 +
ssh -L 9443:localhost:443 root@your-remote-ip -p 22
 +
 +
9443 : local port
 +
443 : remote https port
 +
your-remote-ip : the remote host (could be an ip or a domain name)
 +
22 : this is the port where the ssh server is listening, you can change it in accordance with the remote server
 +
 +
'''Keep the terminal open''', Then you need to use this specific URL in your WEB Browser to go to the server-manager
 +
 +
https://localhost:9443/server-manager
    
*En utilisant un client ssh, l'écran de connexion du gestionnaire du serveur est difficile à lire.
 
*En utilisant un client ssh, l'écran de connexion du gestionnaire du serveur est difficile à lire.
3,054

edits

Navigation menu