Networking Overview

Database Mart Networking Overview

Database Mart provides a simplified public network access model, allowing users to access servers directly over the internet without configuring VPCs, subnets, or complex network policies. All Database Mart servers (GPU, CPU, Bare Metal) are automatically assigned a public IP upon creation, enabling fast connectivity and deployment.

Server Network Model

Each server comes with a static public IP, standard TCP network access, and remote access via RDP (Windows) or SSH (Linux) by default. The core goal of this model is: public accessibility out of the box.

Network Access Architecture

User → Public Internet → Public IP → Database Mart Server → RDP (Windows) / SSH (Linux)

Access Methods

Operating System Access Method Default Port
Windows Server Remote Desktop Protocol (RDP) 1097/1098
Linux Server Secure Shell (SSH) 22
  • RDP (Windows): Allows you to connect to your Windows server with a full graphical desktop interface.
  • SSH (Linux): Allows you to connect to your Linux server via command-line terminal.

Public IPs

Public IP

A Public IP is the public address assigned to your server, used to access it directly over the internet and communicate bidirectionally with external systems.

With a Public IP, you can:

  • Connect via RDP (Windows) or SSH (Linux)
  • Access Jupyter Notebook
  • Deploy web services and APIs
  • Expose AI inference services (vLLM, TGI, ComfyUI, FastAPI / Flask, etc.)

Public IP Lifecycle

A Public IP is automatically assigned when a server is created and remains associated with the server by default.

Event IP Behavior
Server created Public IP automatically assigned
Restart IP unchanged
Reinstall OS IP changed
Terminate IP permanently released

Important Notes

  • Public IPs provide direct internet access without any additional network configuration.
  • The server must be Running to accept connections.
  • Services must listen on the correct port (e.g., bound to 0.0.0.0) to be accessible from the internet.
  • RDP and SSH access require proper credentials and firewall rules to allow connections.