Skip to content

Server Settings

DQue Connect allows you to easily add and manage server information for SSH connections and port forwarding.

The server settings screen appears when you add a new server or edit an existing one.

Click the + button on the main screen to open the Server Form for adding a new configuration. Notice the main “Delete” button at the bottom is disabled.

DQue Connect - Add New Server Screen

Select ‘Edit’ from the menu of an existing server to modify its configuration. The main “Delete” button at the bottom is enabled, allowing you to delete the entire server profile.

DQue Connect - Edit Existing Server Screen

You can configure the following items in both screens:

  • Alias: An alias to identify the server (e.g., hpc, hpc DQ dev).
  • Host: The IP address or domain name of the server to connect to (e.g., 210.107.208.140).
  • SSH Port: The port number to use for the SSH connection (Default: 22, e.g., 10002).
  • Username: The username to use for the SSH connection (e.g., plusha).
  • Password: The password to use for the SSH connection (masked when entered).

You can set up one or more port forwarding rules. Click the + button in the top right corner (within the rules section) to add a new rule.

Each rule consists of the following items:

  • Local Port: The port number to use on your local machine. Accessing this port will forward to the remote port (e.g., 8088, 8080).
  • Remote Port: The port number of the service actually running on the remote server (e.g., 88, 80).
  • Auto-open browser on connect: If checked, automatically opens the local port address (e.g., http://localhost:8088) in a web browser upon successful connection.
  • Delete Button: Deletes the corresponding port forwarding rule.
  • Save Button: Saves the current configuration.
  • Cancel Button: Discards changes and returns to the previous screen.
  • Delete Button (Red): Deletes the entire server configuration currently being edited (only enabled when editing an existing server).