Changes

From SME Server
Jump to navigationJump to search
Line 816: Line 816:  
https://localhost/server-manager/
 
https://localhost/server-manager/
   −
*Access with non standard ports
+
*Accès avec des ports non standards
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.
+
Dans certains cas où vous n’êtes pas «root» sur l'ordinateur local, vous ne pouvez pas rediriger un port inférieur à 1024, donc vous devez utiliser un port supérieur à 1024 comme dans l'exemple suivant.
   −
  ssh -L 9443:localhost:443 root@your-remote-ip -p 22
+
  ssh -L 9443:localhost:443 root@votre-ip-distante -p 22
 +
où :
 +
9443 est le port local ;
 +
443 est le port https distant ;
 +
votre-ip-distante est l'hôte distant (peut être une IP ou un nom de domaine) ;
 +
22 est le port écouté par le serveur ssh, vous pouvez le changer en accord avec le serveur distant.
   −
9443 : local port
+
'''Laissez le terminal ouvert''', ensuite vous devez utiliser cette URL spécifique dans votre fureteur Internet pour accéder au gestionnaire du serveur.
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
 
  https://localhost:9443/server-manager
3,054

edits

Navigation menu